Update circle.yml

pull/231/head
Alinson S. Xavier 9 years ago
parent 0a8b763ece
commit 09f1ae8765

@ -1,7 +1,9 @@
dependencies: dependencies:
pre: pre:
- echo y | android update sdk --no-ui --all --filter "tools" - echo y | android update sdk --no-ui --all --filter "tools"
- echo y | android update sdk --no-ui --all --filter "android-25"
- echo y | android update sdk --no-ui --all --filter "build-tools-25.0.2" - echo y | android update sdk --no-ui --all --filter "build-tools-25.0.2"
- echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"
checkout: checkout:
post: post:
- git submodule sync - git submodule sync

Loading…
Cancel
Save