update circle ci config to work with android gradle plugin upgrade

This commit is contained in:
Sam Lee 2018-03-13 13:59:57 -07:00
parent 1a55348849
commit b35d488993
1 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ dependencies:
- ~/.android
- ~/android
pre:
- echo y | android update sdk --no-ui --all --filter "tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-25"
- echo y | android update sdk --no-ui --all --filter "build-tools-25.0.3"
- echo y | android update sdk --no-ui --all --filter "tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-27"
- echo y | android update sdk --no-ui --all --filter "build-tools-27.0.3"
override:
- echo override dependencies