We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e1998 commit a34a329Copy full SHA for a34a329
app/build.gradle
@@ -22,7 +22,7 @@ android {
22
signingConfigs {
23
release {
24
if (System.getenv('IS_RELEASE_BUILD')) {
25
- storeFile file('./keystore')
+ 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')
0 commit comments