diff --git a/android/app/build.gradle b/android/app/build.gradle index 68ae7292f..43744af4e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,6 +6,8 @@ def DEFAULT_TARGET_SDK_VERSION = 26 def DEFAULT_MIN_SDK_VERSION = 16 android { + namespace "com.microsoft.codepush.react" + compileSdkVersion rootProject.hasProperty('compileSdkVersion') ? rootProject.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION buildToolsVersion rootProject.hasProperty('buildToolsVersion') ? rootProject.buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 8b06deb71..df32a1faf 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,4 @@ - + diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 9b2755f75..b07e42801 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,4 @@ - + diff --git a/android/build.gradle b/android/build.gradle index b1b264a4b..31a524838 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -14,6 +14,9 @@ buildscript { } allprojects { + android { + namespace "com.microsoft.codepush.react" + } repositories { mavenLocal() mavenCentral()