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

build(alarm_manager_plus)!: Target Java 17 on Android #2723

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

vbuberen
Copy link
Collaborator

Description

Targeting Java 17 to be up to date with ecosystem.
Considering that we are using Gradle 8.4 now no compatibility problems expected: https://docs.gradle.org/current/userguide/compatibility.html

Also, with this change users should not see such deprecation warnings anymore:
Screenshot 2024-03-16 at 15 05 19

Marking as a breaking change to highlight it in release notes.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate that with a ! in the title as explained in Conventional Commits).
  • No, this is not a breaking change.

@mwk24
Copy link

mwk24 commented Mar 30, 2024

Quick note here: this is the only plugin I've seen targeting 17 (usually it's 1.8), and it did break my project. Not sure whether really this is a flutter thing they should fix, but fyi.

@lauroboeni
Copy link

ly plugin I've seen targeting 17 (usually it's 1.8), and it did break my project. Not sure whether really this is a flutter thing they sho

having the same issue. Is there a work-around or do I need to reference an older version of share_plus?

@vbuberen
Copy link
Collaborator Author

vbuberen commented Apr 8, 2024

It is not an issue. Update your project the similar way as plugin updated in this PR and everything will work fine.

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

Successfully merging this pull request may close these issues.

None yet

4 participants