This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 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
66def DEFAULT_MIN_SDK_VERSION = 16
77
88android {
9+ namespace " com.microsoft.codepush.react"
10+
911 compileSdkVersion rootProject. hasProperty(' compileSdkVersion' ) ? rootProject. compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
1012 buildToolsVersion rootProject. hasProperty(' buildToolsVersion' ) ? rootProject. buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION
1113
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" >
32
43 <uses-permission android : name =" android.permission.INTERNET" />
54
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" >
32
43 <uses-permission android : name =" android.permission.INTERNET" />
54
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ buildscript {
1414}
1515
1616allprojects {
17+ android {
18+ namespace " com.microsoft.codepush.react"
19+ }
1720 repositories {
1821 mavenLocal()
1922 mavenCentral()
You can’t perform that action at this time.
0 commit comments