Skip to content

Commit a89606f

Browse files
committed
Corrected namespace to match package name in .java files
1 parent 54e883b commit a89606f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if (isNewArchitectureEnabled()) {
4646
android {
4747
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
4848
if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
49-
namespace "com.ronradtke.rnblobutil"
49+
namespace "com.ReactNativeBlobUtil"
5050
}
5151
compileSdkVersion safeExtGet('compileSdkVersion', 30)
5252
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')

0 commit comments

Comments
 (0)