Skip to content

Commit

Permalink
Merge pull request #62 from omer358/dev
Browse files Browse the repository at this point in the history
update the sotrefile path
  • Loading branch information
omer358 authored Aug 23, 2024
2 parents 368aec6 + 973bcff commit eda74d4
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 @@ -13,7 +13,7 @@ android {
signingConfigs {

create("release") {
storeFile = file("$projectDir/keys/keystore.jks")
storeFile = file("$projectDir/../keys/keystore.jks")
storePassword = System.getenv("REMEMBER_ME_KEYSTORE_PASSWORD")
keyAlias = System.getenv("REMEMBER_ME_KEYSTORE_ALIAS")
keyPassword = System.getenv("REMEMBER_ME_KEY_PASSWORD")
Expand Down

0 comments on commit eda74d4

Please sign in to comment.