Github Action tuning

This commit is contained in:
antonio 2023-04-11 09:35:28 +02:00
parent 91454962b9
commit fbb3aeb4e4
2 changed files with 73 additions and 53 deletions

View file

@ -25,15 +25,6 @@ android {
}
}
signingConfigs {
release {
storeFile file("keystore.jks")
storePassword System.getenv("KEYSTORE_PASSWORD")
keyAlias System.getenv("KEY_ALIAS_GITHUB")
keyPassword System.getenv("KEY_PASSWORD_GITHUB")
}
}
buildTypes {
release {
shrinkResources true