mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
gradle: as temporary workaround use debug signing
This commit is contained in:
parent
ed8112b132
commit
fe243d1b1d
2 changed files with 9 additions and 0 deletions
|
@ -45,6 +45,15 @@ android {
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
signingConfigs {
|
||||||
|
debug {
|
||||||
|
storeFile file('.,/etlkey.jks')
|
||||||
|
keyAlias 'key0'
|
||||||
|
storePassword 'etlegacy'
|
||||||
|
keyPassword 'etlegacy'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
signingConfig signingConfigs.debug
|
signingConfig signingConfigs.debug
|
||||||
|
|
BIN
etlkey.jks
Normal file
BIN
etlkey.jks
Normal file
Binary file not shown.
Loading…
Reference in a new issue