Prepare 1.0.20: provide missing debug values.
This commit is contained in:
parent
7f6b748032
commit
34ddef8489
|
@ -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…
Reference in New Issue