[android] Added debug keystore to avoid errors when reinstalling debug version on devices.

This commit is contained in:
Dmitry Yunitsky 2015-09-10 18:33:47 +03:00 committed by Alex Zolotarev
parent 32af80b286
commit b5d53d6aeb
2 changed files with 8 additions and 0 deletions

View file

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

Binary file not shown.