mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
build: test autosigning android apk 3
This commit is contained in:
parent
43a576e754
commit
363ccd7aeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue