What changed, and why it matters
This commit updates a single Android build configuration number from target SDK 34 to 35. It is a routine compatibility/maintenance change with no direct security fix visible in the diff. By itself, it does not patch any vulnerability, though staying current with Android SDK targets is generally good security hygiene.
No immediate action required. Treat as normal maintenance. Verify that the Android 15 target SDK behavior changes do not break app functionality or require additional permission/declaration updates before release.
Security signals we found
Routine SDK version bump in build configuration
No code, permission, or manifest changes
No mention of vulnerability, CVE, or security issue in commit message
Evidence from the diff
The change modifies contrib/android/buildozer_qml.spec, setting android.target_sdk_version from 34 to 35. This tells the Android build system to compile against Android 15 (API 35) behaviors and requirements. The diff contains no code changes, permission changes, or manifest adjustments. It does not address a specific CVE or security bug in the source.
Changed components
contrib/android/buildozer_qml.specInspect captured patch +1 / −1
diff --git a/contrib/android/buildozer_qml.spec b/contrib/android/buildozer_qml.spec
index a0e4e67..e19bcac 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
Why this scored 11/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.