Browse Source

Merge pull request #8761 from accumulator/minsdk_23

qml: android.minapi and android.ndk_api to 23 (android 6.0+)
master
accumulator 2 years ago committed by GitHub
parent
commit
3b841a8dcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      contrib/android/buildozer_qml.spec

4
contrib/android/buildozer_qml.spec

@ -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

Loading…
Cancel
Save