gradle: as temporary workaround use debug signing

This commit is contained in:
rafal1137 2021-03-20 23:02:07 +01:00
parent ed8112b132
commit fe243d1b1d
2 changed files with 9 additions and 0 deletions

View File

@ -45,6 +45,15 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
signingConfigs {
debug {
storeFile file('.,/etlkey.jks')
keyAlias 'key0'
storePassword 'etlegacy'
keyPassword 'etlegacy'
}
}
buildTypes {
debug {
signingConfig signingConfigs.debug

BIN
etlkey.jks Normal file

Binary file not shown.