Skip to content

Commit

Permalink
Update docker image for CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
thyrlian committed Jan 26, 2018
1 parent dcf6424 commit 65b501b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-26-alpha
- image: circleci/android:api-27-alpha
environment:
_JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Xms1024m -Xmx1536m -XX:MaxMetaspaceSize=1536m"
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dkotlin.incremental=false -DdisablePreDex'
Expand Down

0 comments on commit 65b501b

Please sign in to comment.