From 2a1f708d45371925a122ee8b4bb34510d2349f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Mon, 5 Jun 2023 13:06:29 +0200 Subject: [PATCH] Use new build image with fixed issue https://github.com/CircleCI-Public/cimg-android/issues/82 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a09c4e8045..ce6f74d32c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: - chmod -R 777 . - name: build - image: cimg/android:2023.05.1-node + image: cimg/android:2023.06.1-node environment: CIRCLECI: true COMMIT_CHANGES_TO_GIT: false