Skip to content

Commit

Permalink
Updated circle ci image to api-29
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed Feb 4, 2020
1 parent dbac3d0 commit 2da6dd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version: 2
jobs:
build:
docker:
- image: circleci/android:api-27-node8-alpha
# https://circleci.com/docs/2.0/circleci-images/#android
- image: circleci/android:api-29
environment:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
steps:
Expand Down

0 comments on commit 2da6dd1

Please sign in to comment.