Skip to content

Commit

Permalink
[ci] Update android cmd tools to latest and platform to 34 in the doc…
Browse files Browse the repository at this point in the history
…ker for gradle tests
  • Loading branch information
terrakok authored and igordmn committed Mar 7, 2024
1 parent 376cdb4 commit eabd836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/gradle-plugin-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eabd836

Please sign in to comment.