Skip to content

fix(share_plus): Change Kotlin version from 1.9.10 to 1.7.22#2252

Merged
vbuberen merged 1 commit into
mainfrom
revert/share_kotlin
Oct 11, 2023
Merged

fix(share_plus): Change Kotlin version from 1.9.10 to 1.7.22#2252
vbuberen merged 1 commit into
mainfrom
revert/share_kotlin

Conversation

@vbuberen

Copy link
Copy Markdown
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
@vbuberen vbuberen deleted the revert/share_kotlin branch October 11, 2023 21:59
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jan 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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