Browse Source

Prepare 1.0.20: provide missing debug values.

housekeeping/remove-warnings
Antoine POPINEAU 4 years ago
parent
commit
34ddef8489
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 4
      app/build.gradle.kts

4
app/build.gradle.kts

@ -74,6 +74,10 @@ android { @@ -74,6 +74,10 @@ android {
signingConfig = signingConfigs.getByName("release")
}
resValue("string", "debug.hostname", "")
resValue("string", "debug.username", "")
resValue("string", "debug.password", "")
isMinifyEnabled = true
isShrinkResources = true

Loading…
Cancel
Save