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

Fix api35 crash #2256

Closed
wants to merge 1 commit into from
Closed

Conversation

corbella83
Copy link
Contributor

@corbella83 corbella83 commented Jul 19, 2024

Description

As the official android documentation says, when using compileSdkVersion and targetSdkVersion 35, the method removeLast is colliding and produces a crash. So now, must be implemented.

Fixes

Fixes #2257

Changes

Just implement the method removeLast

Before

After

-->

Test code and steps to reproduce

Checklist

Whe. using compileSdkVersion and targetSdkVersion the method removeLast is no longer available. So must implement it
@kkafar
Copy link
Member

kkafar commented Jul 22, 2024

Hey, thanks for noticing & reporting this!

I could not push to your fork (most likely you restricted the access), so I've opened #2258 with your slightly modified commit & some explanation & I'll merge it soon. Thank you!

@kkafar kkafar closed this Jul 22, 2024
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.

Crashing when updating android to api target 35
2 participants