Skip to content

Commit

Permalink
make CI use latest docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Oct 3, 2018
1 parent 1f6a61a commit 2078b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
GRADLE_OPTS: -Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"
_JAVA_OPTIONS: -Xms512m -Xmx1024m
docker:
- image: circleci/android:api-25-alpha
- image: circleci/android:api-28-alpha

steps:
- checkout
Expand Down

0 comments on commit 2078b7b

Please sign in to comment.