Skip to content

Commit

Permalink
update circle ci config to download newer android build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgyoung committed Oct 28, 2017
1 parent 409906c commit caa5d24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ machine:
version: openjdk8
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter "tools,android-26,build-tools-26.0.0,platform-tools,extra-android-m2repository,extra-google-m2repository"
- echo y | android update sdk --no-ui --all --filter "tools,android-26,build-tools-26.0.2,platform-tools,extra-android-m2repository,extra-google-m2repository"

general:
branches:
ignore:

0 comments on commit caa5d24

Please sign in to comment.