Bump com.google.maps.android:maps-compose from 7.0.0 to 8.0.1#2603
Open
dependabot[bot] wants to merge 3 commits intomainfrom
Open
Bump com.google.maps.android:maps-compose from 7.0.0 to 8.0.1#2603dependabot[bot] wants to merge 3 commits intomainfrom
dependabot[bot] wants to merge 3 commits intomainfrom
Conversation
Contributor
|
Dependabot (@dependabot) rebase |
Bumps [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/googlemaps/android-maps-compose/releases) - [Changelog](https://github.com/googlemaps/android-maps-compose/blob/main/CHANGELOG.md) - [Commits](googlemaps/android-maps-compose@v7.0.0...v8.0.1) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-compose dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2af78d1 to
34b09bf
Compare
Co-authored-by: Codex <codex@openai.com>
Contributor
Author
|
A newer version of com.google.maps.android:maps-compose exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
peterliu (peterInTown)
approved these changes
Mar 2, 2026
|
By approving this PR, you are confirming that you have adequately and effectively reviewed this change. Searchable Hashes
The above information was added by dependabot-augmentor. |
This file contains hidden or 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
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.
By approving this PR, you are confirming that you have adequately and effectively reviewed this change.
Searchable Hashes
The above information was added by dependabot-augmentor.
Bumps com.google.maps.android:maps-compose from 7.0.0 to 8.0.1.
Release notes
Sourced from com.google.maps.android:maps-compose's releases.
Changelog
Sourced from com.google.maps.android:maps-compose's changelog.
Commits
5fc395cchore(main): release 8.0.1 (#836)f54d4eafix: GroundOverlay (#826)49758dfbuild: added setup-gradle (#835)db27e84chore(main): release 8.0.0 (#831)b4b9dd8build: change docs flow (#833)2ba9689feat!: update Maps SDK to v20.0.0 and add internal usage attribution (#830)d213333build: unified Java version in Git Flows (#825)6f4b188chore: update screenshot framework (#821)cd89214docs: fixed broken link (#819)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Explainer
This PR needed one manual dependency-alignment change in addition to the Dependabot bump.
androidx.test:core-ktx:1.7.0/espresso:3.7.0requireandroidx.concurrent:concurrent-futures:1.2.0, whileossDebugRuntimeClasspathwas resolving1.1.0transitively (viaappcompat -> profileinstaller).Because Gradle consistent resolution links
ossDebugAndroidTest*ClasspathwithossDebugRuntimeClasspath, this version mismatch caused:app:generateOssDebugAndroidTestLintModelto fail.Fix applied:
androidx.concurrent:concurrent-futures:1.2.0togradle/libs.versions.tomlimplementation(libs.androidx.concurrentFutures)inapp/build.gradle.ktsThis aligns runtime and androidTest classpaths and restores successful lint model generation.