File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ def DEFAULT_TARGET_SDK_VERSION = 26
6
6
def DEFAULT_MIN_SDK_VERSION = 16
7
7
8
8
android {
9
+ namespace " com.microsoft.codepush.react"
10
+
9
11
compileSdkVersion rootProject. hasProperty(' compileSdkVersion' ) ? rootProject. compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
10
12
buildToolsVersion rootProject. hasProperty(' buildToolsVersion' ) ? rootProject. buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION
11
13
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.microsoft.codepush.react" >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
3
2
4
3
<uses-permission android : name =" android.permission.INTERNET" />
5
4
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.microsoft.codepush.react" >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
3
2
4
3
<uses-permission android : name =" android.permission.INTERNET" />
5
4
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ buildscript {
14
14
}
15
15
16
16
allprojects {
17
+ android {
18
+ namespace " com.microsoft.codepush.react"
19
+ }
17
20
repositories {
18
21
mavenLocal()
19
22
mavenCentral()
You can’t perform that action at this time.
0 commit comments