Skip to content

Commit

Permalink
Merge pull request #288 from tony19/update-circle-ci
Browse files Browse the repository at this point in the history
ci(circle): use new android image
  • Loading branch information
tony19 authored Nov 7, 2022
2 parents 02bdc6a + 8e56d72 commit b74697a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
version: 2.1

executors:
android28:
android:
docker:
- image: circleci/android:api-28
- image: cimg/android:2022.09.2
working_directory: ~/code
environment:
JVM_OPTS: -Xmx3200m

jobs:
build:
executor: android28
executor: android
steps:
- checkout
- restore_cache:
Expand All @@ -36,7 +36,7 @@ jobs:
destination: outputs

lint:
executor: android28
executor: android
steps:
- attach_workspace:
at: ~/code
Expand All @@ -48,7 +48,7 @@ jobs:
destination: reports

test:
executor: android28
executor: android
steps:
- attach_workspace:
at: ~/code
Expand All @@ -62,7 +62,7 @@ jobs:
path: logback-android/build/test-results

test_app:
executor: android28
executor: android
steps:
- attach_workspace:
at: ~/code
Expand Down

0 comments on commit b74697a

Please sign in to comment.