We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c7f86 commit 03a9709Copy full SHA for 03a9709
android/build.gradle
@@ -33,6 +33,7 @@ def getExtOrIntegerDefault(name) {
33
34
android {
35
compileSdkVersion getExtOrIntegerDefault("compileSdkVersion")
36
+ namespace "com.reactnativeimageresizer"
37
38
defaultConfig {
39
minSdkVersion getExtOrIntegerDefault("minSdkVersion")
android/src/main/AndroidManifest.xml
@@ -1,4 +1,3 @@
1
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- package="com.reactnativeimageresizer">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3
4
</manifest>
0 commit comments