-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Description
Android 15's SDK was released last summer, so, we are at the point to include it in the app to avoid Google's tight deadlines.
It will be a good start point for the next release.
Source: https://support.google.com/googleplay/android-developer/answer/11926878
Android 15 overview: https://developer.android.com/about/versions/15
Behaviour changes for all apps: https://developer.android.com/about/versions/15/behavior-changes-all
Behaviour changes for apps targeting Android 15 or higher: https://developer.android.com/about/versions/15/behavior-changes-15
TASKS
- Research (if needed)
- Create branch technical/bump_android_sdk
- Development tasks
- Bump Android SDK to API 35 (
sdkCompileVersion&sdkTargetVersion) - Implement unit tests (if needed)
- Bump Android SDK to API 35 (
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch technical/bump_android_sdk into master