Skip to content

Commit

Permalink
Fix Android Gradle plugin warning
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex authored and Stypox committed Nov 10, 2024
1 parent 97652ac commit 5bd4ed7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ android {
buildFeatures {
viewBinding true
compose true
buildConfig true
}

packagingOptions {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=false
android.nonFinalResIds=false
android.nonTransitiveRClass=true
Expand Down

0 comments on commit 5bd4ed7

Please sign in to comment.