Skip to content

Commit 643eba2

Browse files
authored
Merge pull request #83 from dziter/fix/android-sdk-build-gradle-namespace
fix(android): namespace build.gradle typo
2 parents 44def3c + 696ffdd commit 643eba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ apply plugin: 'maven-publish'
4444
android {
4545
compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)
4646
buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION)
47-
namespace: "com.raygun.reactnative"
47+
namespace "com.raygun.reactnative"
4848
defaultConfig {
4949
minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION)
5050
targetSdkVersion safeExtGet('targetSdkVersion', DEFAULT_TARGET_SDK_VERSION)

0 commit comments

Comments
 (0)