Browse Source

android build: bump targetSdkVersion to 29

as Google Play now mandates that as minimum
master
SomberNight 5 years ago
parent
commit
59e9337be0
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 4
      contrib/android/buildozer.spec

4
contrib/android/buildozer.spec

@ -70,8 +70,8 @@ fullscreen = False
# (list) Permissions # (list) Permissions
android.permissions = INTERNET, CAMERA, WRITE_EXTERNAL_STORAGE android.permissions = INTERNET, CAMERA, WRITE_EXTERNAL_STORAGE
# (int) Android API to use # (int) Android API to use (targetSdkVersion)
android.api = 28 android.api = 29
# (int) Minimum API required. You will need to set the android.ndk_api to be as low as this value. # (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 = 21

Loading…
Cancel
Save