aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-03-12 16:57:35 +0100
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-03-13 13:58:45 +0100
commit28fcd3acf83ba1ab24f062b18b314df5b64eda46 (patch)
tree7907d917a5fa6785a4291036c7c6770795ee4c31 /sources/pyside-tools
parentfaae00a81778adb97814db2a9a4c3cb233e6ecc0 (diff)
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 <Friedemann.Kleint@qt.io> Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Diffstat (limited to 'sources/pyside-tools')
-rw-r--r--sources/pyside-tools/deploy_lib/android/android_config.py2
1 files changed, 1 insertions, 1 deletions
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"