Skip to content

Commit

Permalink
migrate buildConfig setting
Browse files Browse the repository at this point in the history
  • Loading branch information
marunjar committed Nov 30, 2023
1 parent b625d0d commit bd90711
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ android {
signingConfigs {
}

buildFeatures {
buildConfig true
}

compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ android.nonTransitiveRClass=true
#Tue Nov 29 19:16:58 CET 2022
org.gradle.jvmargs=-Xmx2048M
android.enableR8.fullMode=false
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false

0 comments on commit bd90711

Please sign in to comment.