Skip to content

Commit

Permalink
try no 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohitkoley committed May 9, 2024
1 parent f772049 commit a4797f2
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 @@ -59,7 +59,7 @@ android {

signingConfigs {
debug {
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 a4797f2

Please sign in to comment.