Skip to content

Commit

Permalink
fix(android): move package namespace from Manifest to gradle
Browse files Browse the repository at this point in the history
Co-authored-by: William Pabor <williampabor@Mobiles-MacBook-Air.local>
  • Loading branch information
Trianglebucks and William Pabor committed May 24, 2024
1 parent e565159 commit d4916bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def isNewArchitectureEnabled() {
}

android {
namespace "com.rnmaps.maps"
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
namespace "com.rnmaps.maps"
Expand Down
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rnmaps.maps" >
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>

0 comments on commit d4916bb

Please sign in to comment.