Fix signing config
This commit is contained in:
parent
c1c119aca4
commit
921863589c
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ android {
|
|||
signingConfigs {
|
||||
release {
|
||||
storeFile file(System.getProperty("user.home") + "/.gradle/release-key.jks")
|
||||
storePassword System.getenv("KEYSTORE_PASSWORD")
|
||||
keyAlias System.getenv("KEY_ALIAS")
|
||||
keyPassword System.getenv("KEY_PASSWORD")
|
||||
storePassword System.getenv("storePassword")
|
||||
keyAlias System.getenv("keyAlias")
|
||||
keyPassword System.getenv("keyPassword")
|
||||
}
|
||||
}
|
||||
buildTypes {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue