Browse Source

[ci] Update android cmd tools to latest and platform to 34 in the docker for gradle tests

pull/4474/head
Konstantin Tskhovrebov 2 months ago committed by Igor Demin
parent
commit
eabd836b35
  1. 4
      ci/docker/gradle-plugin-tests/Dockerfile

4
ci/docker/gradle-plugin-tests/Dockerfile

@ -12,8 +12,8 @@ RUN apt-get update -y && \
apt-get install openjdk-17-jdk --no-install-recommends -y
ENV ANDROID_HOME=/android/sdk
ARG ANDROID_PLATFORM=android-33
ARG CMD_TOOLS_VERSION=9123335
ARG ANDROID_PLATFORM=android-34
ARG CMD_TOOLS_VERSION=11076708
ARG CMD_TOOLS_ROOT=$ANDROID_HOME/cmdline-tools/$CMD_TOOLS_VERSION
ARG SDK_MANAGER=$CMD_TOOLS_ROOT/bin/sdkmanager

Loading…
Cancel
Save