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(API): bump compileSdk & targetSdk to API level 35 (Android 15) #1377

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SimonMarquis
Copy link
Member

📋 Changes

Bump compileSdk & targetSdk to API level 35 (Android 15).

🤔 Context

⚠️ Deprecated APIs: https://developer.android.com/about/versions/15/behavior-changes-15#deprecated-apis

Closes #1368

@SimonMarquis SimonMarquis requested review from soulcramer and a team as code owners November 11, 2024 11:18
@@ -137,6 +137,7 @@ public fun ModalScaffold(
)
val activityWindow = getActivityWindow()

@Suppress("DEPRECATION")
Copy link
Member Author

Choose a reason for hiding this comment

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

@soulcramer do we need to do something about these APIs being used while deprecated? Are they still working as expected?

Copy link
Contributor

Choose a reason for hiding this comment

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

I checked and without them it works as expected with edge-to-edge and without 🤷

Copy link
Member Author

Choose a reason for hiding this comment

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

On all API levels you mean? (pre&post forced edge-to-edge)

Copy link
Contributor

Choose a reason for hiding this comment

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

yes I tested it on my emulator on 31 but I did not tested it without gestures, I'll try with that

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.

[FR]: Bump targetSdk and compileSdk to 35 (Android 15)
2 participants