1
0

qml: android.minapi and android.ndk_api to 23 (android 6.0+)

This commit is contained in:
Sander van Grieken
2023-12-19 15:35:09 +01:00
parent be9dc06aaf
commit 4382578235

View File

@@ -92,13 +92,13 @@ android.api = 31
android.target_sdk_version = 33
# (int) Minimum API required. You will need to set the android.ndk_api to be as low as this value.
android.minapi = 21
android.minapi = 23
# (str) Android NDK version to use
android.ndk = 23b
# (int) Android NDK API to use (optional). This is the minimum API your app will support.
android.ndk_api = 21
android.ndk_api = 23
# (bool) Use --private data storage (True) or --dir public storage (False)
#android.private_storage = True