Skip to content

Commit

Permalink
Migrate buildconfig to Gradle build files
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode committed Feb 19, 2024
1 parent 525921e commit c5ebd5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ android {
versionName "1.6.0"
vectorDrawables.useSupportLibrary = true
}
buildFeatures {
buildConfig true
}
buildTypes {
release {
minifyEnabled true
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 @@

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.defaults.buildfeatures.buildconfig=true
android.injected.testOnly=false
android.nonFinalResIds=false
android.nonTransitiveRClass=false
Expand Down

0 comments on commit c5ebd5d

Please sign in to comment.