Skip to content

Commit

Permalink
Merge pull request #316 from seratonik/fix-gradle-namespace
Browse files Browse the repository at this point in the history
Fix for missing symbol BuildConfig
  • Loading branch information
RonRadtke authored Nov 17, 2023
2 parents 54e883b + 107f55d commit c46b369
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit c46b369

Please sign in to comment.