This commit is contained in:
Guilherme Gazzo 2017-11-03 15:28:07 -02:00
parent b9c050559c
commit 55503de44f
No known key found for this signature in database
GPG Key ID: 1F85C9AD922D0829
1 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,11 @@ dependencies:
pre:
# Install YARN
- node -v
- echo $KEYSTORE_BASE64 | base64 --decode | tee -a "android/app/$KEYSTORE"
- echo $KEYSTORE_BASE64 | base64 --decode | tee -a "./android/app/$KEYSTORE"
- echo -e "KEYSTORE=$KEYSTORE" > ./android/gradle.properties
- echo -e "KEYSTORE_PASSWORD=$KEYSTORE_PASSWORD" >> ./android/gradle.properties
- echo -e "KEY_ALIAS=$KEY_ALIAS" >> ./android/gradle.properties
- echo -e "KEY_PASSWORD=$KEYSTORE_PASSWORD" >> ./android/gradle.properties
override:
# The Android Gradle build will need the Android signing keystore keys setup