We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525921e commit c5ebd5dCopy full SHA for c5ebd5d
app/build.gradle
@@ -12,6 +12,9 @@ android {
12
versionName "1.6.0"
13
vectorDrawables.useSupportLibrary = true
14
}
15
+ buildFeatures {
16
+ buildConfig true
17
+ }
18
buildTypes {
19
release {
20
minifyEnabled true
gradle.properties
@@ -9,7 +9,6 @@
9
10
# Specifies the JVM arguments used for the daemon process.
11
# The setting is particularly useful for tweaking memory settings.
-android.defaults.buildfeatures.buildconfig=true
android.injected.testOnly=false
android.nonFinalResIds=false
android.nonTransitiveRClass=false
0 commit comments