From 187571743d752a0e69700382248c720f71b67a7f Mon Sep 17 00:00:00 2001 From: Camilo Sierra Rodriguez Date: Fri, 9 Jan 2026 11:17:50 +0100 Subject: [PATCH] add support for sdk 36 --- .ci/images_matrix.json | 4 ++++ Dockerfile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.ci/images_matrix.json b/.ci/images_matrix.json index e562472..acbc41d 100644 --- a/.ci/images_matrix.json +++ b/.ci/images_matrix.json @@ -24,6 +24,10 @@ { "api": 35, "build_tools": "35.0.0" + }, + { + "api": 36, + "build_tools": "36.0.0" } ], "android_ndk": [ diff --git a/Dockerfile b/Dockerfile index cff9ea7..dbe023e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -109,8 +109,8 @@ RUN if [ "$gcloud" = true ] ; \ ## Install Android SDK ARG sdk_version=commandlinetools-linux-6200805_latest.zip ARG android_home=/opt/android/sdk -ARG android_api=android-35 -ARG android_build_tools=35.0.0 +ARG android_api=android-36 +ARG android_build_tools=36.0.0 ARG android_ndk=false ARG ndk_version=26.1.10909125 ARG cmake=3.22.1