Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Gomes authored and David Gomes committed Aug 15, 2023
1 parent fc3afb6 commit cb17a58
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 @@ -52,7 +52,7 @@ android {
throw new IllegalArgumentException('A keystore is required to build as release.')
}

def storeFile = keystoreProperties['storeFile'] ? file(keystoreProperties['storeFile']) : null
def storeFile = keystoreProperties['storeFile'] ? file('android/' + keystoreProperties['storeFile']) : null

if (storeFile == null || !storeFile.exists()) {
throw new IllegalArgumentException("Couldn't find the store file.")
Expand Down

0 comments on commit cb17a58

Please sign in to comment.