Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docker): Upgrade Android command line tools to the latest version #8188

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ANDROID_CMD_VERSION=10406996
ANDROID_CMD_VERSION=11076708
ASKALONO_VERSION=0.4.6
BOWER_VERSION=1.8.12
BOYTERLC_VERSION=1.3.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
unzip \
&& sudo rm -rf /var/lib/apt/lists/*

ARG ANDROID_CMD_VERSION=10406996
ARG ANDROID_CMD_VERSION=11076708
ENV ANDROID_HOME=/opt/android-sdk

RUN --mount=type=tmpfs,target=/android \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG JAVA_VERSION=17
ARG ORT_VERSION="DOCKER-SNAPSHOT"

# Set this to the Android SDK version to use.
ARG ANDROID_CMD_VERSION=10406996
ARG ANDROID_CMD_VERSION=11076708

# Set this to the NuGet Inspector version to use.
ARG NUGET_INSPECTOR_VERSION=0.9.12
Expand Down
Loading