Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(android): target Android SDK level 35 #14181

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

feat(android): target Android SDK level 35 #14181

wants to merge 1 commit into from

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Feb 9, 2025

First updates for targetSDK 35 (fixes #14111).

As mentioned in #14111 Android SDK level 35 will enable edge-to-edge by default. This will break a lot of our default themes:

Bildschirmfoto_20250209_202720
(see the top of the window)

This PR will enable targetSDK 35 but will opt-out of edge-to-edge. This way we will have more time to implement proper edge-to-edge support and the apps will looks the same as before for everyone. It's not announced when targetSDK 35 will be required but according to https://targetsdk.com/ it will be end of this year (new apps, app updates a year later as always)

With this PR it will look like this again:
Bildschirmfoto_20250209_202653

suppressUnsupportedCompileSdk is added to remove the warnings during build as the gradle version needs to be updated (different PR).

TODO
Run more tests and see if anything else needs to be implemented for targetSDK 35

Copy link
Contributor

@cb1kenobi cb1kenobi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed, but not tested. Looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android: Changes for next Android API level 35 (targetSdkVersion 35)
2 participants