Skip to content

Commit 03a9709

Browse files
authored
fix: add namespace to aos build gradle config (#391)
1 parent 47c7f86 commit 03a9709

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
@@ -33,6 +33,7 @@ def getExtOrIntegerDefault(name) {
3333

3434
android {
3535
compileSdkVersion getExtOrIntegerDefault("compileSdkVersion")
36+
namespace "com.reactnativeimageresizer"
3637

3738
defaultConfig {
3839
minSdkVersion getExtOrIntegerDefault("minSdkVersion")

android/src/main/AndroidManifest.xml

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

43
</manifest>

0 commit comments

Comments
 (0)