Skip to content

Commit

Permalink
Update circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bowyer-app committed Sep 18, 2018
1 parent bf7659e commit 15ee585
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
- v1-dep-develop-
# Any branch if there are none on the default branch - this should be unnecessary if you have your default branch configured correctly
- v1-dep-
# This is based on your 1.0 configuration file or project settings
- run: echo y | android update sdk --no-ui --all --filter "platform-tools, tools"
- run: echo y | android update sdk --no-ui --all --filter "android-27, build-tools-27.0.3"
- run: echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"
- run: echo y | android update sdk --no-ui --all --filter "extra-google-m2repository"
- run: echo y | android update sdk --no-ui --all --filter "extra-android-support"
# Save dependency cache
- save_cache:
key: v1-dep-{{ .Branch }}-{{ epoch }}
Expand Down

0 comments on commit 15ee585

Please sign in to comment.