Prepare 1.0.20: provide missing debug values.

This commit is contained in:
Antoine POPINEAU 2020-07-07 21:04:24 +02:00
parent 7f6b748032
commit 34ddef8489
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with 4 additions and 0 deletions

View File

@ -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