New build

This commit is contained in:
2024-12-10 15:30:44 +00:00
parent 0302b35f5e
commit dc51186c78

View File

@@ -9,7 +9,7 @@ variables:
image: ubuntu:20.04 image: ubuntu:20.04
before_script: 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 - wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -O android-commandlinetools.zip
- mkdir -p $ANDROID_SDK_ROOT/cmdline-tools - mkdir -p $ANDROID_SDK_ROOT/cmdline-tools
- unzip android-commandlinetools.zip -d $ANDROID_SDK_ROOT/cmdline-tools - unzip android-commandlinetools.zip -d $ANDROID_SDK_ROOT/cmdline-tools