We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d6c5d commit f54a93bCopy full SHA for f54a93b
packages/default-storage-backend/android/build.gradle
@@ -88,9 +88,12 @@ if (isNewArchitectureEnabled()) {
88
android {
89
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
90
if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
91
- namespace "com.reactnativecommunity.asyncstorage"
+ namespace "com.reactnativecommunity.asyncstorage"
92
+ buildFeatures {
93
+ buildConfig true
94
+ }
95
}
-
96
+
97
compileSdkVersion safeExtGet('compileSdkVersion', 32)
98
// Used to override the NDK path/version by allowing users to customize
99
// the NDK path/version from their root project (e.g. for M1 support)
0 commit comments