Skip to content

Commit 2e3fc69

Browse files
committed
Revert "feat(android):RN-0.73 and AGP 8.0 Compatibility (#2018)"
This reverts commit 47fcfea.
1 parent 1798118 commit 2e3fc69

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

android/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ android {
1717
lintOptions {
1818
abortOnError false
1919
}
20-
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
21-
if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
22-
namespace "com.reactnative.ivpusic.imagepicker"
23-
}
2420
}
2521

2622
dependencies {

android/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.reactnative.ivpusic.imagepicker">
23

34
<queries>
45
<intent>

0 commit comments

Comments
 (0)