Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
byungtak-lee committed Sep 23, 2024
1 parent 2fa7b9b commit 2757eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
create("release") {
keyAlias = getApiKey("key_alias")
keyPassword = getApiKey("key_password")
storeFile = file(getApiKey("keystore"))
storeFile = file("../nextroom_key") //getApiKey("keystore")
storePassword = getApiKey("store_password")
}
}
Expand Down

0 comments on commit 2757eaa

Please sign in to comment.