forked from organicmaps/organicmaps
[android] Added debug keystore to avoid errors when reinstalling debug version on devices.
This commit is contained in:
parent
32af80b286
commit
b5d53d6aeb
2 changed files with 8 additions and 0 deletions
|
@ -198,6 +198,13 @@ android {
|
|||
keyPassword '***REMOVED***'
|
||||
}
|
||||
|
||||
mapswithmeDebug {
|
||||
storeFile file('../tools/android/debug.keystore')
|
||||
storePassword '12345678'
|
||||
keyAlias 'debug'
|
||||
keyPassword '12345678'
|
||||
}
|
||||
|
||||
yopme {
|
||||
storeFile file('YopMe/key/android.keystore')
|
||||
storePassword '***REMOVED***'
|
||||
|
@ -212,6 +219,7 @@ android {
|
|||
versionNameSuffix '-debug'
|
||||
jniDebuggable true // Enable jni debug build
|
||||
zipAlignEnabled true
|
||||
signingConfig signingConfigs.mapswithmeDebug
|
||||
android.sourceSets.debug.setRoot('flavors/debug')
|
||||
}
|
||||
|
||||
|
|
BIN
tools/android/debug.keystore
Normal file
BIN
tools/android/debug.keystore
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue