mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Github Action tuning
This commit is contained in:
parent
91454962b9
commit
fbb3aeb4e4
2 changed files with 73 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue