diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-09-20 13:10:52 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-09-24 10:20:47 +0200 |
| commit | c35747da6346f9ec9f4e108d7d81c35f0f040d9a (patch) | |
| tree | 2cd12e69c1c5e560cbb0ea3d1c55b91641910310 /android/docker | |
| parent | d719e9bfe7ffcd6f39adaee9f490c1bda9369670 (diff) | |
| download | mullvadvpn-c35747da6346f9ec9f4e108d7d81c35f0f040d9a.tar.xz mullvadvpn-c35747da6346f9ec9f4e108d7d81c35f0f040d9a.zip | |
Update android container
Diffstat (limited to 'android/docker')
| -rw-r--r-- | android/docker/Dockerfile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/android/docker/Dockerfile b/android/docker/Dockerfile index 6c910b0800..79c237b397 100644 --- a/android/docker/Dockerfile +++ b/android/docker/Dockerfile @@ -28,16 +28,16 @@ LABEL org.opencontainers.image.licenses=GPL-3.0 # === Define toolchain versions and paths === -ARG SDK_VERSION=platforms;android-33 \ - BUILD_TOOLS_VERSION=build-tools;30.0.3 +ARG SDK_VERSION=platforms;android-35 \ + BUILD_TOOLS_VERSION=build-tools;35.0.0 -# Command line tools and checksum from: https://developer.android.com/studio#command-tools -ARG COMMAND_LINE_TOOLS_VERSION=9123335 \ - COMMAND_LINE_TOOLS_SHA256_CHECKSUM=0bebf59339eaa534f4217f8aa0972d14dc49e7207be225511073c661ae01da0a +# Command line tools and checksum from: https://developer.android.com/studio#command-line-tools-only +ARG COMMAND_LINE_TOOLS_VERSION=11076708 \ + COMMAND_LINE_TOOLS_SHA256_CHECKSUM=2d2d50857e4eb553af5a6dc3ad507a17adf43d115264b1afc116f95c92e5e258 # NDK and checksum from: https://github.com/android/ndk/wiki#supported-downloads -ARG NDK_VERSION=r25c \ - NDK_SHA1_CHECKSUM=53af80a1cce9144025b81c78c8cd556bff42bd0e \ +ARG NDK_VERSION=r27b \ + NDK_SHA1_CHECKSUM=6fc476b2e57d7c01ac0c95817746b927035b9749 \ MIN_SDK_VERSION=26 ENV ANDROID_SDK_ROOT=/opt/android |
