From 28fcd3acf83ba1ab24f062b18b314df5b64eda46 Mon Sep 17 00:00:00 2001 From: Shyamnath Premnadh Date: Tue, 12 Mar 2024 16:57:35 +0100 Subject: Android Deployment: Update NDK version in the tool - updated to r26b in accordance with Qt 6.7 Task-number: PYSIDE-1612 Change-Id: I7efa6d827b84d92a5571c4e2d337b6545810406a Reviewed-by: Friedemann Kleint Reviewed-by: Adrian Herrmann --- sources/pyside-tools/deploy_lib/android/android_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside-tools') diff --git a/sources/pyside-tools/deploy_lib/android/android_config.py b/sources/pyside-tools/deploy_lib/android/android_config.py index 417656bb0..ad818c2ff 100644 --- a/sources/pyside-tools/deploy_lib/android/android_config.py +++ b/sources/pyside-tools/deploy_lib/android/android_config.py @@ -14,7 +14,7 @@ from . import (extract_and_copy_jar, get_wheel_android_arch, find_lib_dependenci get_llvm_readobj, find_qtlibs_in_wheel, platform_map, create_recipe) from .. import (Config, find_pyside_modules, get_all_pyside_modules, MAJOR_VERSION) -ANDROID_NDK_VERSION = "25c" +ANDROID_NDK_VERSION = "26b" ANDROID_DEPLOY_CACHE = Path.home() / ".pyside6_android_deploy" -- cgit v1.2.3