Skip to content

Commit e6e1998

Browse files
committed
Use bitrise
1 parent 9efdab9 commit e6e1998

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ android {
2222
signingConfigs {
2323
release {
2424
if (System.getenv('IS_RELEASE_BUILD')) {
25-
storeFile file(System.getenv('KEYSTORE'))
26-
keyAlias System.getenv('KEY_ALIAS')
27-
storePassword System.getenv('KEY_STORE_PASSWORD')
28-
keyPassword System.getenv('KEY_PASSWORD')
25+
storeFile file('./keystore')
26+
keyAlias System.getenv('BITRISEIO_ANDROID_KEYSTORE_ALIAS')
27+
storePassword System.getenv('BITRISEIO_ANDROID_KEYSTORE_PASSWORD')
28+
keyPassword System.getenv('BITRISEIO_ANDROID_KEYSTORE_PRIVATE_KEY_PASSWORD')
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)