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 df7ffe2 commit c35d621Copy full SHA for c35d621
android/build.gradle
@@ -24,6 +24,10 @@ if (isNewArchitectureEnabled()) {
24
25
26
android {
27
+ def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
28
+ if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
29
+ namespace "com.reactnativedocumentpicker"
30
+ }
31
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
32
33
// Used to override the NDK path/version on internal CI or by allowing
0 commit comments