From 8649f48207dc4c15804a3b283b58d2133ff55cb4 Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin Date: Thu, 8 Jan 2026 12:34:28 +0100 Subject: [PATCH] [ubuntu-22.04] Remove android platform and build tools < 34 --- images/ubuntu/toolsets/toolset-2204.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 213740d6f..84645a53c 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -76,8 +76,8 @@ }, "android": { "cmdline-tools": "commandlinetools-linux-9477386_latest.zip", - "platform_min_version": "31", - "build_tools_min_version": "31.0.0", + "platform_min_version": "34", + "build_tools_min_version": "34.0.0", "extra_list": [ "android;m2repository", "google;m2repository",