build: test autosigning android apk 3

This commit is contained in:
Johannes Millan 2025-06-15 20:02:45 +02:00
parent 43a576e754
commit 363ccd7aeb

View file

@ -34,7 +34,7 @@ android {
signingConfigs{
release{
storeFile file("../keystore.jks")
storeFile file("../../keystore.jks")
storePassword System.getenv("RELEASE_KEYSTORE_PASSWORD")
keyAlias System.getenv("RELEASE_KEYSTORE_ALIAS")
keyPassword System.getenv("RELEASE_KEY_PASSWORD")