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 1798118 commit 2e3fc69Copy full SHA for 2e3fc69
android/build.gradle
@@ -17,10 +17,6 @@ android {
17
lintOptions {
18
abortOnError false
19
}
20
- def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
21
- if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
22
- namespace "com.reactnative.ivpusic.imagepicker"
23
- }
24
25
26
dependencies {
android/src/main/AndroidManifest.xml
@@ -1,4 +1,5 @@
1
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
+ package="com.reactnative.ivpusic.imagepicker">
3
4
<queries>
5
<intent>
0 commit comments