Skip to content

Commit 2482615

Browse files
committed
Fix Android Gradle plugin warning
1 parent 9384365 commit 2482615

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ android {
9292

9393
buildFeatures {
9494
viewBinding true
95+
buildConfig true
9596
}
9697

9798
packagingOptions {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
android.defaults.buildfeatures.buildconfig=true
21
android.enableJetifier=false
32
android.nonFinalResIds=false
43
android.nonTransitiveRClass=true

0 commit comments

Comments
 (0)