Skip to content

Commit 5448dee

Browse files
committed
Add circle ci tools 24 configuration
1 parent c1d8f77 commit 5448dee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

circle.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@ test:
1818
- bash <(curl -s https://codecov.io/bash)
1919
machine:
2020
environment:
21-
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx3000m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=$CIRCLE_ARTIFACTS/oom.hprof"'
21+
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx3000m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=$CIRCLE_ARTIFACTS/oom.hprof"'
22+
machine:
23+
java:
24+
version: openjdk8
25+
dependencies:
26+
pre:
27+
- echo y | android update sdk --no-ui --all --filter "tools,android-24,build-tools-24.0.0,platform-tools,extra-android-m2repository,extra-google-m2repository,extra-google-google_play_services"

0 commit comments

Comments
 (0)