Skip to content

Commit

Permalink
refactor build config
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Oct 5, 2024
1 parent 0823947 commit 8d4735f
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 @@ -19,6 +19,7 @@ android {
}
buildFeatures {
viewBinding true
buildConfig true
}
buildTypes {
release {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false

0 comments on commit 8d4735f

Please sign in to comment.