Skip to content

Commit 721cb7a

Browse files
authored
fix: migrate Android namespace from AndroidManifest.xml to build.gradle (#1917)
1 parent 9a3a25f commit 721cb7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ def safeExtGet(prop, fallback) {
55
}
66

77
android {
8+
namespace "com.onesignal.rnonesignalandroid"
89
compileSdkVersion safeExtGet('compileSdkVersion', 28)
910
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
1011

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.onesignal.rnonesignalandroid">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32
</manifest>

0 commit comments

Comments
 (0)