Skip to content

Commit

Permalink
nightly rename key alias
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Jun 19, 2024
1 parent 8ea963d commit 5bbd3fd
Showing 1 changed file 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 @@ -64,7 +64,7 @@ android {
}

nightly {
keyAlias = "upload"
keyAlias = "key0"
keyPassword = "$System.env.ALIAS_PASSWORD"
storeFile file("../key.jks")
storePassword = "$System.env.KEY_PASSWORD"
Expand Down

0 comments on commit 5bbd3fd

Please sign in to comment.