Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Mar 12, 2024
1 parent b238255 commit 88a849e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ android {
}

release {
storeFile file("nostros_keystore.jks")
storeFile file("keystore.jks")
keyAlias System.getenv("KEY_ALIAS")
storePassword System.getenv("KEY_STORE_PASS")
keyPassword System.getenv("KEY_PASS")
Expand Down
Binary file added android/app/keystore.jks
Binary file not shown.

0 comments on commit 88a849e

Please sign in to comment.