Added debug-keystore.jks, so that all machines have the same signing key
This commit is contained in:
parent
4c5abde3b1
commit
ef48ffb326
2 changed files with 10 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
BIN
fints4javaAndroidApp/debug-keystore.jks
Normal file
BIN
fints4javaAndroidApp/debug-keystore.jks
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue