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.
2 parents 54e883b + 107f55d commit c46b369Copy full SHA for c46b369
android/build.gradle
@@ -46,7 +46,10 @@ if (isNewArchitectureEnabled()) {
46
android {
47
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
48
if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
49
- namespace "com.ronradtke.rnblobutil"
+ namespace "com.ReactNativeBlobUtil"
50
+ buildFeatures {
51
+ buildConfig true
52
+ }
53
}
54
compileSdkVersion safeExtGet('compileSdkVersion', 30)
55
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
0 commit comments