Skip to content

Commit

Permalink
Prepare 1.0.20: provide missing debug values.
Browse files Browse the repository at this point in the history
  • Loading branch information
apognu committed Jul 7, 2020
1 parent 7f6b748 commit 34ddef8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 34ddef8

Please sign in to comment.