Skip to content

Commit 5bd4ed7

Browse files
litetexStypox
authored andcommitted
Fix Android Gradle plugin warning
1 parent 97652ac commit 5bd4ed7

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
@@ -95,6 +95,7 @@ android {
9595
buildFeatures {
9696
viewBinding true
9797
compose true
98+
buildConfig true
9899
}
99100

100101
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)