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.
build.gradle
1 parent e003011 commit ce19249Copy full SHA for ce19249
android/build.gradle
@@ -86,6 +86,11 @@ if (isNewArchitectureEnabled()) {
86
}
87
88
android {
89
+ def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
90
+ if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
91
+ namespace "com.reactnativecommunity.asyncstorage"
92
+ }
93
+
94
compileSdkVersion safeExtGet('compileSdkVersion', 32)
95
// Used to override the NDK path/version by allowing users to customize
96
// the NDK path/version from their root project (e.g. for M1 support)
0 commit comments