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