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(share_plus): Change Kotlin version from 1.9.10 to 1.7.22 #2252

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

vbuberen
Copy link
Collaborator

Description

Kotlin update to 1.9.10 was too fast as it brought some problems, like #2134 and #2251
Due to #2134 I decided to make major release, but it was a mistake as there were more hidden problems from this Kotlin version, like requirement of Android Gradle Plugin 8.x for projects that use the plugin with this Kotlin version. And while I am a fan of using latest dependency versions in projects this is too much.
Thus, I retracted new breaking changes versions and will open a series of PRs downgrading Kotlin to release another update tomorrow.

Also, validated that downgrading Kotlin resolves the problem I reported in #2251 as that projects builds fine when share_plus is used from this branch.

Related Issues

Fixes #2251

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.

@vbuberen vbuberen added the share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin label Oct 11, 2023
@vbuberen vbuberen changed the title fix(share_plus): Revert Kotlin version change from 1.9.10 to 1.7.22 fix(share_plus): Change Kotlin version from 1.9.10 to 1.7.22 Oct 11, 2023
@vbuberen vbuberen merged commit d4954f3 into main Oct 11, 2023
20 checks passed
@vbuberen vbuberen deleted the revert/share_kotlin branch October 11, 2023 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Android build failures
1 participant