This commit is contained in:
KoalaSat 2024-03-12 16:32:35 +01:00
parent 62d9cab286
commit b23825589d
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157
2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

@ -31,8 +31,6 @@ local.properties
*.iml
*.hprof
.cxx/
*.keystore
!debug.keystore
# node.js
#

View File

@ -128,7 +128,7 @@ android {
}
release {
storeFile file("../../nostros_keystore.jks")
storeFile file("nostros_keystore.jks")
keyAlias System.getenv("KEY_ALIAS")
storePassword System.getenv("KEY_STORE_PASS")
keyPassword System.getenv("KEY_PASS")