summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2021-11-10 12:29:40 +0200
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2021-11-12 13:42:08 +0200
commite6e8c59485b8ba8dda9b6bfd203fb1c68f1c2e47 (patch)
tree2939b394c769ad22e41608e8d516a6c94e52ddd5 /cmake
parent0d6438f8080dbcd2658494efda36b430a9b45800 (diff)
Android: bump default QT_ANDROID_API_VERSION to 31
To allow using Android 12 APIs. Pick-to: 6.2 5.15 Change-Id: I5e9da66c84457888ec723125d16876891232a99b Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtPlatformAndroid.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtPlatformAndroid.cmake b/cmake/QtPlatformAndroid.cmake
index 90e6478707..24185c1e21 100644
--- a/cmake/QtPlatformAndroid.cmake
+++ b/cmake/QtPlatformAndroid.cmake
@@ -33,7 +33,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-30")
+set(QT_ANDROID_API_VERSION "android-31")
# Locate android.jar
set(QT_ANDROID_JAR "${ANDROID_SDK_ROOT}/platforms/${QT_ANDROID_API_VERSION}/android.jar")