Skip to content

Commit 9a5edfd

Browse files
committed
android: set target_sdk_version to 34
To comply with new google play store requirement: > Starting August 31 2024: > - New apps and app updates must target Android 14 (API level 34) or higher to be submitted to Google Play AFAICS, we do not need to adapt to any of the changes. https://developer.android.com/about/versions/14/behavior-changes-14
1 parent 9b1ccb9 commit 9a5edfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/android/buildozer_qml.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ android.permissions = INTERNET, CAMERA, WRITE_EXTERNAL_STORAGE
8989
android.api = 31
9090

9191
# (int) Android targetSdkVersion
92-
android.target_sdk_version = 33
92+
android.target_sdk_version = 34
9393

9494
# (int) Minimum API required. You will need to set the android.ndk_api to be as low as this value.
9595
android.minapi = 23

0 commit comments

Comments
 (0)