chore maybe fixing this again
This commit is contained in:
parent
20803df255
commit
1369756e1e
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@ android {
|
|||
keystoreFile.renameTo("keystore/nightly_keystore.jks")
|
||||
}
|
||||
|
||||
storeFile = keystore/nightly_keystore.jks
|
||||
storeFile = file("keystore/nightly_keystore.jks")
|
||||
storePassword System.getenv("SIGNING_STORE_PASSWORD")
|
||||
keyAlias System.getenv("SIGNING_KEY_ALIAS")
|
||||
keyPassword System.getenv("SIGNING_KEY_PASSWORD")
|
||||
|
@ -47,6 +47,7 @@ android {
|
|||
initWith release
|
||||
}
|
||||
nightly{
|
||||
initWith release
|
||||
versionNameSuffix '-nightly'
|
||||
applicationIdSuffix '.nightly'
|
||||
signingConfig signingConfigs.nightly
|
||||
|
|
Loading…
Add table
Reference in a new issue