Browse Source
android build: bump targetSdkVersion to 29
as Google Play now mandates that as minimum
patch-4
SomberNight
4 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
2 deletions
-
contrib/android/buildozer.spec
|
|
@ -70,8 +70,8 @@ fullscreen = False |
|
|
|
# (list) Permissions |
|
|
|
android.permissions = INTERNET, CAMERA, WRITE_EXTERNAL_STORAGE |
|
|
|
|
|
|
|
# (int) Android API to use |
|
|
|
android.api = 28 |
|
|
|
# (int) Android API to use (targetSdkVersion) |
|
|
|
android.api = 29 |
|
|
|
|
|
|
|
# (int) Minimum API required. You will need to set the android.ndk_api to be as low as this value. |
|
|
|
android.minapi = 21 |
|
|
|