mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
Update build.gradle
This commit is contained in:
@ -239,7 +239,7 @@ android {
|
||||
keyPassword 'android'
|
||||
}
|
||||
release {
|
||||
storeFile file("../../keystore.jks")
|
||||
storeFile file("../../../keystore.jks")
|
||||
keyAlias System.getenv("KEY_ALIAS")
|
||||
storePassword System.getenv("KEY_STORE_PASS")
|
||||
keyPassword System.getenv("KEY_PASS")
|
||||
|
||||
Reference in New Issue
Block a user