summaryrefslogtreecommitdiffhomepage
path: root/android/docker
diff options
context:
space:
mode:
Diffstat (limited to 'android/docker')
-rw-r--r--android/docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/docker/Dockerfile b/android/docker/Dockerfile
index 705c0d1ed0..9d6f61ce8f 100644
--- a/android/docker/Dockerfile
+++ b/android/docker/Dockerfile
@@ -28,8 +28,8 @@ LABEL org.opencontainers.image.licenses=GPL-3.0
# === Define toolchain versions and paths ===
-ARG SDK_VERSION=platforms;android-35 \
- BUILD_TOOLS_VERSION=build-tools;35.0.0
+ARG SDK_VERSION=platforms;android-36 \
+ BUILD_TOOLS_VERSION=build-tools;36.0.0
# Command line tools and checksum from: https://developer.android.com/studio#command-line-tools-only
ARG COMMAND_LINE_TOOLS_VERSION=11076708 \