Skip to content

Commit

Permalink
try no 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohitkoley committed May 9, 2024
1 parent 0689cbc commit b20398b
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 @@ -75,7 +75,7 @@ android {
keyPassword System.getenv("SIGNING_KEY_PASSWORD")
}
release {
def tmpFilePath = System.getProperty("user.home") + "/work/_temp/keystore/"
def tmpFilePath = System.getProperty("user.home") + "/keystore/"
def allFilesFromDir = new File(tmpFilePath).listFiles()

if (allFilesFromDir != null) {
Expand Down

0 comments on commit b20398b

Please sign in to comment.