chore maybe fixing this again

This commit is contained in:
LucasGGamerM 2023-04-02 12:26:19 -03:00
parent 20803df255
commit 1369756e1e

View file

@ -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