diff options
author | brad <bradpitcher@gmail.com> | 2018-05-17 00:06:24 -0700 |
---|---|---|
committer | brad <bradpitcher@gmail.com> | 2018-05-17 00:06:24 -0700 |
commit | 9ec56e7a41f28fe904ea25bf735fcc515f96c66c (patch) | |
tree | bc9e59fb7048323e1392462d6c8ffbeb9b6490b5 /.circleci | |
parent | d613ae721342930d49caa12d609d28cf7e535f94 (diff) | |
download | AntennaPod-9ec56e7a41f28fe904ea25bf735fcc515f96c66c.zip |
remove unnecessary steps installing sdk components
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d26418db..726e2f03d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 |