summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/android/sdk.prf
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 /mkspecs/features/android/sdk.prf
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 'mkspecs/features/android/sdk.prf')
-rw-r--r--mkspecs/features/android/sdk.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/android/sdk.prf b/mkspecs/features/android/sdk.prf
index b8df6dc1c6..83428ae7d7 100644
--- a/mkspecs/features/android/sdk.prf
+++ b/mkspecs/features/android/sdk.prf
@@ -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-30
+isEmpty(API_VERSION_TO_USE): API_VERSION_TO_USE = android-31
ANDROID_JAR_FILE = $$ANDROID_SDK_ROOT/platforms/$$API_VERSION_TO_USE/android.jar
!exists($$ANDROID_JAR_FILE) {