From dc51186c789a9e309856aaa9a0798b1cd9dcf769 Mon Sep 17 00:00:00 2001 From: Kerboul Date: Tue, 10 Dec 2024 15:30:44 +0000 Subject: [PATCH] New build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b17817..cdb4c36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ variables: image: ubuntu:20.04 before_script: - - apt-get update -qq && apt-get install -qq -y openjdk-11-jdk wget unzip + - apt-get update -qq && apt-get install -qq -y openjdk-17-jdk wget unzip - wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -O android-commandlinetools.zip - mkdir -p $ANDROID_SDK_ROOT/cmdline-tools - unzip android-commandlinetools.zip -d $ANDROID_SDK_ROOT/cmdline-tools