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 54e883b commit a89606fCopy full SHA for a89606f
android/build.gradle
@@ -46,7 +46,7 @@ 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
}
51
compileSdkVersion safeExtGet('compileSdkVersion', 30)
52
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
0 commit comments