changelog-updates #39

Merged
wbrawner merged 5 commits from changelog-updates into main 2024-10-02 12:37:23 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 19bb57a443 - Show all commits

View file

@ -21,6 +21,7 @@ try {
keystoreProperties["keyPassword"] = ""
keystoreProperties["storeFile"] = File.createTempFile("temp", ".tmp").absolutePath
keystoreProperties["storePassword"] = ""
keystoreProperties["publishCredentialsFile"] = ""
}
android {
@ -108,6 +109,7 @@ play {
enabled.set(false)
track.set("production")
defaultToAppBundles.set(true)
serviceAccountCredentials.set(file((keystoreProperties["publishCredentialsFile"] as? String).orEmpty()))
}
dependencies {

View file

@ -1,4 +1,5 @@
storePassword=
keyPassword=
keyAlias=
storeFile=
storeFile=
publishCredentialsFile=