[android] Replace debug signing keys with CoMaps own

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-06-01 12:03:34 +07:00
committed by Konstantin Pastbin
parent a1df16f2ef
commit 4c0dfc9500
3 changed files with 2 additions and 2 deletions

View File

@@ -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')
} }

Binary file not shown.

Binary file not shown.