summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index abea320a5..e9fc82e7b 100644
--- a/circle.yml
+++ b/circle.yml
@@ -4,6 +4,16 @@ general:
machine:
java:
version: oraclejdk8
+dependencies:
+ cache_directories:
+ - ~/.android
+ - ~/android
+ pre:
+ - echo y | android update sdk --no-ui --all --filter "tools,platform-tools,android-23"
+ - echo y | android update sdk --no-ui --all --filter "build-tools-23.0.2"
+ override:
+ - echo override dependencies
+
test:
override:
- ./gradlew assembleDebug -PdisablePreDex \ No newline at end of file