Skip to content

Commit c46b369

Browse files
authored
Merge pull request #316 from seratonik/fix-gradle-namespace
Fix for missing symbol BuildConfig
2 parents 54e883b + 107f55d commit c46b369

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

android/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ 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"
50+
buildFeatures {
51+
buildConfig true
52+
}
5053
}
5154
compileSdkVersion safeExtGet('compileSdkVersion', 30)
5255
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')

0 commit comments

Comments
 (0)