We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44def3c + 696ffdd commit 643eba2Copy full SHA for 643eba2
sdk/android/build.gradle
@@ -44,7 +44,7 @@ apply plugin: 'maven-publish'
44
android {
45
compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)
46
buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION)
47
- namespace: "com.raygun.reactnative"
+ namespace "com.raygun.reactnative"
48
defaultConfig {
49
minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION)
50
targetSdkVersion safeExtGet('targetSdkVersion', DEFAULT_TARGET_SDK_VERSION)
0 commit comments