Android: bump minimum sdk build version QT_ANDROID_API_VERSION to 33
To allow using Android 13 APIs. Pick-to: 6.5 Change-Id: Ic805f1e0500ce9dee25ba28fb4ef65c7afacad65 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
2fa21f4821
commit
63f9da73b5
@ -36,7 +36,7 @@ function(qt_get_android_sdk_jar_for_api api out_jar_location)
|
||||
endfunction()
|
||||
|
||||
# Minimum recommend android SDK api version
|
||||
set(QT_ANDROID_API_VERSION "android-31")
|
||||
set(QT_ANDROID_API_VERSION "android-33")
|
||||
|
||||
function(qt_internal_sort_android_platforms out_var)
|
||||
if(CMAKE_VERSION GREATER_EQUAL 3.18)
|
||||
|
@ -1,6 +1,6 @@
|
||||
API_VERSION_TO_USE = $$(ANDROID_API_VERSION)
|
||||
isEmpty(API_VERSION_TO_USE): API_VERSION_TO_USE = $$API_VERSION
|
||||
isEmpty(API_VERSION_TO_USE): API_VERSION_TO_USE = android-31
|
||||
isEmpty(API_VERSION_TO_USE): API_VERSION_TO_USE = android-33
|
||||
|
||||
ANDROID_JAR_FILE = $$ANDROID_SDK_ROOT/platforms/$$API_VERSION_TO_USE/android.jar
|
||||
!exists($$ANDROID_JAR_FILE) {
|
||||
|
Loading…
Reference in New Issue
Block a user