- mid commit

This commit is contained in:
2023-08-29 18:42:57 +01:00
parent e0d030698c
commit a0f3af3990
4 changed files with 2 additions and 121 deletions

View File

@@ -6,7 +6,7 @@ def relStorePassword = System.getenv("RELEASE_STORE_PASSWORD")
def relKeyPassword = System.getenv("RELEASE_KEY_PASSWORD")
def relKeyAlias = System.getenv("RELEASE_KEY_ALIAS")
def keystorePath = System.getenv('PWD') + "/app/keystore.jks"
def keystorePath = "/keystore.jks"
def keystore = file(keystorePath).exists() ? file(keystorePath) : null
android {
compileSdkVersion 31