remove unnecessary steps installing sdk components

This commit is contained in:
brad 2018-05-17 00:06:24 -07:00
parent d613ae7213
commit 9ec56e7a41
No known key found for this signature in database
GPG Key ID: 242307B374A1710A
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-android-
- run: 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-26"
- run: echo y | android update sdk --no-ui --all --filter "build-tools-27.0.3"
- run:
command: ./gradlew assembleDebug -PdisablePreDex
no_output_timeout: 1800