added android build steps in readme

This commit is contained in:
Stephan Kessler
2020-10-06 00:58:17 +02:00
committed by BARICHELLO
parent f1b58b7570
commit fff44ff9a5
2 changed files with 12 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ android_debug:
- build/android
# Android Release Job. You will need to include keystore and password in the GitLab variable settings:
# 1. Take your generated keystore and convert it to base64: base64 release.keystore
# 1. Take your generated keystore and convert it to base64: base64 release.keystore -w 0
# 2. Go to Gitlab Project > Settings > CI/CD > Variables and copy the base64 keystore value in a new variable SECRET_RELEASE_KEYSTORE_BASE64 as type file
# 3. Create a second variable SECRET_RELEASE_KEYSTORE_USER as type variable with the alias of your keystore as value.
# 4. Create a third variable SECRET_RELEASE_KEYSTORE_PASSWORD as type variable with the password of your keystore as value.