-
Notifications
You must be signed in to change notification settings - Fork 47
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!: upgraded Maps Utils and Gradle #216
Conversation
We should also fix .releaserc to add a pattern that looks to update the line in app/build.gradle with each release. Similar to how .releaserc in android-maps-utils does it. |
72b3302
to
fa8bcc9
Compare
Here is the summary of changes. You are about to delete 1 region tag.
This comment is generated by snippet-bot.
|
Decided to do this in a separate PR. |
# [5.0.0](v4.0.0...v5.0.0) (2023-10-27) ### Bug Fixes * upgrade build dependencies ([#216](#216)) ([ac28a84](ac28a84)) ### BREAKING CHANGES * Since android-maps-utils v3.2.0 introduced z-index to marker clusters, this change propagates that change. See release notes from android-maps-utils v3.2.0 https://github.com/googlemaps/android-maps-utils/releases/tag/v3.2.0
🎉 This PR is included in version 5.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This PR fixes the MyItem class from android-maps-utils, and upgrades as well to AGP 8.1
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #215 🦕