-
Notifications
You must be signed in to change notification settings - Fork 142
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
chore: updating libraries #377
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kikoso
force-pushed
the
chore/update_libraries
branch
from
August 10, 2023 02:54
e4953e0
to
5cead58
Compare
wangela
approved these changes
Aug 10, 2023
Due to the breaking change, let's merge this after this week's other pending PRs. |
wangela
requested changes
Aug 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait for others to merge before this breaking change.
4 tasks
wangela
requested changes
Sep 13, 2023
kikoso
force-pushed
the
chore/update_libraries
branch
from
September 15, 2023 07:52
bb59d67
to
edf1997
Compare
wangela
approved these changes
Sep 27, 2023
wangela
approved these changes
Sep 27, 2023
wangela
pushed a commit
that referenced
this pull request
Oct 3, 2023
chore: update JDK in release workflow (#419) feat: add custom ClusterRenderer (#360) chore: update to Maps KTX v4.0.0 (Maps SDK for Android v18.1.0, Maps Utils v3.5.3), Kotlin 1.9.0, and other dependencies (#377) BREAKING CHANGE: remove guidance to specify Maps SDK for Android and Utility Library dependencies alongside Maps Compose. These dependencies are pulled in by the Maps Compose build script to ensure version compatibility.
googlemaps-bot
pushed a commit
that referenced
this pull request
Oct 3, 2023
# [3.0.0](v2.15.0...v3.0.0) (2023-10-03) ### breaking * simplify dependencies ([9456fec](9456fec)), closes [#419](#419) [#360](#360) [#377](#377) ### Reverts * Revert "chore: update semantic-release config (#416)" (#417) ([dff9276](dff9276)), closes [#416](#416) [#417](#417) ### BREAKING CHANGES * remove guidance to specify Maps SDK for Android and Utility Library dependencies alongside Maps Compose. These dependencies are pulled in by the Maps Compose build script to ensure version compatibility.
🎉 This PR is included in version 3.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates some libraries on Android Maps Compose:
This PR introduces a breaking change after updating to Android Maps Utils 3.5.2. This version was not marked on Android Maps Utils as a major release, but it does change the interface on ClusterItem (now the z index is required, see message here), so we should consider a release marking a breaking change here.
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #376
Fixes #288