diff options
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index abea320a5..4a0170173 100644 --- a/circle.yml +++ b/circle.yml @@ -4,6 +4,10 @@ general: machine: java: version: oraclejdk8 +dependencies: + 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" test: override: - ./gradlew assembleDebug -PdisablePreDex
\ No newline at end of file |