summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml3
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