Skip to content

Commit 4c2f833

Browse files
committed
Switch to new CircleCI docker images
See explanation on https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034 Then I picked the latest tag from https://circleci.com/developer/images/image/cimg/android
1 parent 18a6379 commit 4c2f833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/code
55
docker:
6-
- image: circleci/android:api-30
6+
- image: cimg/android:2023.12.1
77
environment:
88
JVM_OPTS: -Xmx3200m
99
steps:

0 commit comments

Comments
 (0)