We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2070561 commit 883c963Copy full SHA for 883c963
android/build.gradle
@@ -5,6 +5,7 @@ def safeExtGet(prop, fallback) {
5
apply plugin: 'com.android.library'
6
7
android {
8
+ namespace 'io.sentry.react'
9
compileSdkVersion safeExtGet('compileSdkVersion', 31)
10
11
defaultConfig {
0 commit comments