Added debug-keystore.jks, so that all machines have the same signing key

This commit is contained in:
dankl 2019-10-30 22:26:43 +01:00 committed by dankito
parent 4c5abde3b1
commit ef48ffb326
2 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,16 @@ android {
} }
} }
signingConfigs {
debug {
// so that all machines have the same signing key, no matter if app is installed from developer's machine or from Jenkins
storeFile file('debug-keystore.jks')
storePassword 'find_my_bugs_before_releasing_me'
keyAlias 'DebugKey'
keyPassword 'find_my_bugs_before_releasing_me'
}
}
} }
dependencies { dependencies {

Binary file not shown.