Skip to content

Commit

Permalink
fix(android): add buildFeatures.buildConfig true for AGP8+ compat (re…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Jan 2, 2024
1 parent 3d903fa commit f849077
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 @@ -58,6 +58,9 @@ apply plugin: 'kotlin-android'
android {
if (supportsNamespace()) {
namespace "com.reactnativecommunity.webview"
buildFeatures {
buildConfig true
}

sourceSets {
main {
Expand Down

0 comments on commit f849077

Please sign in to comment.