-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Description
We need to bump the android targetSdkVersion to 35 (android 15).
As part of that, we need to adapt to the "Edge-to-edge enforcement"
patch
diff --git a/contrib/android/buildozer_qml.spec b/contrib/android/buildozer_qml.spec
index a0e4e6709c..e19bcac5ab 100644
--- a/contrib/android/buildozer_qml.spec
+++ b/contrib/android/buildozer_qml.spec
@@ -108,7 +108,7 @@ android.permissions = INTERNET, CAMERA, WRITE_EXTERNAL_STORAGE, POST_NOTIFICATIO
android.api = 31
# (int) Android targetSdkVersion
-android.target_sdk_version = 34
+android.target_sdk_version = 35
# (int) Minimum API required. You will need to set the android.ndk_api to be as low as this value.
android.minapi = 23
This is a sub-issue of #9899