More CI fix - still using support lib v25

This commit is contained in:
Sam Lee 2018-03-13 14:44:48 -07:00
parent b35d488993
commit 12b2bb22b5

View File

@ -11,7 +11,7 @@ dependencies:
- ~/.android - ~/.android
- ~/android - ~/android
pre: 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-27" - 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-27.0.3" - echo y | android update sdk --no-ui --all --filter "build-tools-27.0.3"
override: override:
- echo override dependencies - echo override dependencies