Skip to content

Commit a34a329

Browse files
committed
Fix kestore loc
1 parent e6e1998 commit a34a329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
signingConfigs {
2323
release {
2424
if (System.getenv('IS_RELEASE_BUILD')) {
25-
storeFile file('./keystore')
25+
storeFile file('../keystore')
2626
keyAlias System.getenv('BITRISEIO_ANDROID_KEYSTORE_ALIAS')
2727
storePassword System.getenv('BITRISEIO_ANDROID_KEYSTORE_PASSWORD')
2828
keyPassword System.getenv('BITRISEIO_ANDROID_KEYSTORE_PRIVATE_KEY_PASSWORD')

0 commit comments

Comments
 (0)