android: minimum API 26 required for Qt6.10 (Android 8.0)

This commit is contained in:
Sander van Grieken
2026-02-19 17:31:01 +01:00
parent 4d55b049b6
commit 42472a1e94
+2 -2
View File
@@ -111,13 +111,13 @@ android.api = 35
android.target_sdk_version = 35
# (int) Minimum API required. You will need to set the android.ndk_api to be as low as this value.
android.minapi = 23
android.minapi = 26
# (str) Android NDK version to use
android.ndk = 28c
# (int) Android NDK API to use (optional). This is the minimum API your app will support.
android.ndk_api = 23
android.ndk_api = 26
# (bool) Use --private data storage (True) or --dir public storage (False)
#android.private_storage = True