patch
This commit is contained in:
parent
c63298b02f
commit
a02fd6c430
7 changed files with 19 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ android {
|
|||
keyPassword 'android'
|
||||
}
|
||||
release {
|
||||
storeFile file(signingProperties.getProperty("keystore_path"))
|
||||
storeFile file(signingProperties.getProperty("keystore_path", "debug.keystore"))
|
||||
keyAlias signingProperties.getProperty("key_alias")
|
||||
keyPassword signingProperties.getProperty("key_password")
|
||||
storePassword signingProperties.getProperty("store_password")
|
||||
|
|
|
|||
BIN
android/app/debug.keystore
Normal file
BIN
android/app/debug.keystore
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue