Skip to content

Commit c5ebd5d

Browse files
committed
Migrate buildconfig to Gradle build files
1 parent 525921e commit c5ebd5d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ android {
1212
versionName "1.6.0"
1313
vectorDrawables.useSupportLibrary = true
1414
}
15+
buildFeatures {
16+
buildConfig true
17+
}
1518
buildTypes {
1619
release {
1720
minifyEnabled true

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
# Specifies the JVM arguments used for the daemon process.
1111
# The setting is particularly useful for tweaking memory settings.
12-
android.defaults.buildfeatures.buildconfig=true
1312
android.injected.testOnly=false
1413
android.nonFinalResIds=false
1514
android.nonTransitiveRClass=false

0 commit comments

Comments
 (0)