Commit 2909a7e7 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update circle.yml

Just commenting the google-services.json and api_key_strings.xml which are unusable at this moment.
parent 852128b9
...@@ -24,8 +24,9 @@ dependencies: ...@@ -24,8 +24,9 @@ dependencies:
- echo $ROCKET_PLAY_JSON | base64 --decode > app/rocket-chat.json - echo $ROCKET_PLAY_JSON | base64 --decode > app/rocket-chat.json
- mkdir -p app/src/release/res/values - mkdir -p app/src/release/res/values
- echo $GOOGLE_SERVICES_BASE64 | base64 --decode > app/src/release/google-services.json # TODO: remove the comment when using that file on the project
- echo $API_KEY_STRINGS_BASE64 | base64 --decode > app/src/release/res/values/api_key_strings.xml # - echo $GOOGLE_SERVICES_BASE64 | base64 --decode > app/src/release/google-services.json
# - echo $API_KEY_STRINGS_BASE64 | base64 --decode > app/src/release/res/values/api_key_strings.xml
- echo y | android update sdk --no-ui --all --filter tools,platform-tools - echo y | android update sdk --no-ui --all --filter tools,platform-tools
- echo y | android update sdk --no-ui --all --filter android-27 - echo y | android update sdk --no-ui --all --filter android-27
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment