Skip to content

Commit

Permalink
Migrade gradle build config
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Jan 7, 2024
1 parent 7194013 commit 4e04f6e
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ android {
}
buildFeatures {
viewBinding = true
buildConfig = true
}
buildTypes {
named("release").configure {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
org.gradle.jvmargs=-Xmx6114m
android.useAndroidX=true
android.enableJetifier=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
# When configured, Gradle will run in incubating parallel mode.
Expand Down

0 comments on commit 4e04f6e

Please sign in to comment.