This commit is contained in:
parent
55470c090d
commit
6947a1adba
1260 changed files with 111297 additions and 0 deletions
|
@ -19,6 +19,8 @@ android {
|
|||
signingConfigs {
|
||||
release {
|
||||
// Works together with "on_release"_script in the forgejo actions
|
||||
// Hint: might also be set in .bashrc
|
||||
// A keys file is needed even for debug :shrug:
|
||||
storeFile file(System.getenv("storeFile"))
|
||||
storePassword System.getenv("storePassword")
|
||||
keyAlias System.getenv("keyAlias")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue