From 27b94851188b5075c10225a5492b89885dea34d1 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Mon, 15 Nov 2021 20:08:54 +0300 Subject: [PATCH] Use image with included build tools 30.0.2 for CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a09625c..bce7354 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: runmymind/docker-android-sdk:ubuntu-standalone +image: androidsdk/android-30 before_script: # Ask gradle to put everything to .gradle dir so that we can cache it