mirror of
https://github.com/PaiGramTeam/GetToken.git
synced 2024-11-21 14:38:24 +00:00
fix keystore path
This commit is contained in:
parent
f56f53cda4
commit
adc9cf2eab
@ -21,7 +21,7 @@ android {
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
storeFile file('.github/signkey.jks')
|
||||
storeFile file('../.github/signkey.jks')
|
||||
keyAlias System.getenv("SIGNING_KEY_ALIAS")
|
||||
keyPassword System.getenv("SIGNING_KEY_PASSWORD")
|
||||
storePassword System.getenv("SIGNING_KEY_PASSWORD")
|
||||
|
Loading…
Reference in New Issue
Block a user