Skip to content

Commit

Permalink
Enable buildConfig feature for gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
seratonik committed Nov 17, 2023
1 parent a89606f commit 107f55d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ android {
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
namespace "com.ReactNativeBlobUtil"
buildFeatures {
buildConfig true
}
}
compileSdkVersion safeExtGet('compileSdkVersion', 30)
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
Expand Down

0 comments on commit 107f55d

Please sign in to comment.