Revert "refactor: build.gradle tinkering"

This reverts commit 4299e15ad2.
This commit is contained in:
LucasGGamerM
2023-04-01 21:27:11 -03:00
parent 4299e15ad2
commit 9578b139a9

View File

@@ -25,7 +25,7 @@ android {
keystoreFile.renameTo("mastodon/keystore/nightly_keystore.jks")
}
storeFile = file(mastodon/keystore/nightly_keystore.jks)
storeFile = file("mastodon/keystore/nightly_keystore.jks")
storePassword System.getenv("SIGNING_STORE_PASSWORD")
keyAlias System.getenv("SIGNING_KEY_ALIAS")
keyPassword System.getenv("SIGNING_KEY_PASSWORD")