update to android image tag 2022.06.1

This commit is contained in:
Holger Müller 2022-06-20 21:45:22 +02:00
parent f3dc259c39
commit 2dac6a7e01
No known key found for this signature in database
GPG Key ID: 016F07C42F7AC2B1
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ parameters:
jobs:
build:
docker:
- image: cimg/android:2022.03.1
- image: cimg/android:2022.06.1
working_directory: ~/ultrasonic
environment:
JVM_OPTS: << pipeline.parameters.memory-config >>
@ -85,7 +85,7 @@ jobs:
tx push -s
generate_signed_apk:
docker:
- image: cimg/android:2022.03.1
- image: cimg/android:2022.06.1
working_directory: ~/ultrasonic
environment:
JVM_OPTS: << pipeline.parameters.memory-config >>