mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[android] Replace debug signing keys with CoMaps own
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
a1df16f2ef
commit
4c0dfc9500
@@ -234,9 +234,9 @@ android {
|
|||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
debug {
|
debug {
|
||||||
storeFile file('debug.keystore')
|
storeFile file('comaps-debug.keystore')
|
||||||
storePassword '12345678'
|
storePassword '12345678'
|
||||||
keyAlias 'debug'
|
keyAlias 'CoMaps Debug'
|
||||||
keyPassword '12345678'
|
keyPassword '12345678'
|
||||||
println('Using DEBUG signing keys')
|
println('Using DEBUG signing keys')
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
android/app/comaps-debug.keystore
Normal file
BIN
android/app/comaps-debug.keystore
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user