aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Williams <christianw@google.com>2017-10-30 18:04:51 -0700
committerChristian Williams <christianw@google.com>2017-10-30 18:58:29 -0700
commit46ec1aac265930bf6d6abaec5898f555ea01f63a (patch)
tree99770b6240e7e47d3475c262c6a9a26316521bea
parent389ebdc2882bad29e158541899dd42a0d13e489d (diff)
downloadrobolectric-shadows-46ec1aac265930bf6d6abaec5898f555ea01f63a.tar.gz
Download android-27.
-rw-r--r--circle.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 7edbcc3cf..7c801888e 100644
--- a/circle.yml
+++ b/circle.yml
@@ -21,12 +21,14 @@ jobs:
- run:
name: Download Dependencies
command: |
+ sdkmanager --install 'platforms;android-27'
./scripts/install-dependencies.rb
./gradlew prefetchDependencies
- save_cache:
paths:
- ~/.gradle
- ~/.m2
+ - /opt/android/sdk/platforms/android-27
key: cache-{{ checksum ".cache-hash" }}
- run:
name: Build and Test