mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Changed path
This commit is contained in:
parent
e2492fa998
commit
00be168307
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ android {
|
|||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
storeFile file("keystores/bluewallet-release-key.keystore")
|
||||
storeFile file("../keystores/bluewallet-release-key.keystore")
|
||||
storePassword System.getProperty("APPCENTER_KEYSTORE_PASSWORD")
|
||||
keyAlias System.getProperty("APPCENTER_KEY_ALIAS")
|
||||
keyPassword System.getProperty("APPCENTER_KEY_PASSWORD")
|
||||
|
|
Loading…
Add table
Reference in a new issue