|
|
@ -17,9 +17,10 @@ workflows:
|
|
|
|
- name: Set Android SDK location
|
|
|
|
- name: Set Android SDK location
|
|
|
|
script: |
|
|
|
|
script: |
|
|
|
|
echo "sdk.dir=$ANDROID_SDK_ROOT" > "./android/local.properties"
|
|
|
|
echo "sdk.dir=$ANDROID_SDK_ROOT" > "./android/local.properties"
|
|
|
|
- name: Set Huawei AGCONNECT_SERVICES
|
|
|
|
- name: Set Files
|
|
|
|
script: |
|
|
|
|
script: |
|
|
|
|
echo $AGCONNECT_SERVICES | base64 --decode > "./android/app/agconnect-services.json"
|
|
|
|
echo $AGCONNECT_SERVICES | base64 --decode > "./android/app/agconnect-services.json"
|
|
|
|
|
|
|
|
echo $KEYSTORE_FILE | base64 --decode > "./android/app/tailchat.keystore"
|
|
|
|
- name: Build Android release
|
|
|
|
- name: Build Android release
|
|
|
|
working_directory: client/mobile/android
|
|
|
|
working_directory: client/mobile/android
|
|
|
|
script: |
|
|
|
|
script: |
|
|
|
|