This commit is contained in:
Gergely Hegedus 2024-07-15 21:21:52 +03:00
parent c63298b02f
commit a02fd6c430
7 changed files with 19 additions and 3 deletions

View file

@ -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

Binary file not shown.