diff --git a/android/build.gradle b/android/build.gradle index 5aeefd0d..6674cc77 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -46,7 +46,10 @@ if (isNewArchitectureEnabled()) { android { def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION if (agpVersion.tokenize('.')[0].toInteger() >= 7) { - namespace "com.ronradtke.rnblobutil" + namespace "com.ReactNativeBlobUtil" + buildFeatures { + buildConfig true + } } compileSdkVersion safeExtGet('compileSdkVersion', 30) buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')