Skip to content

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
dependabot/gradle/com.google.maps.android-maps-compose-8.0.1
Open

Bump com.google.maps.android:maps-compose from 7.0.0 to 8.0.1#2603
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/gradle/com.google.maps.android-maps-compose-8.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

By approving this PR, you are confirming that you have adequately and effectively reviewed this change.

Searchable Hashes
  • 9a067820776648713a926c742778e9d5
  • fdc085d91b5479bbe420906d513d1107

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.

v8.0.1

8.0.1 (2026-01-29)

Bug Fixes

v8.0.0

8.0.0 (2026-01-27)

⚠ BREAKING CHANGES

  • update Maps SDK to v20.0.0 and add internal usage attribution (#830)

Features

  • update Maps SDK to v20.0.0 and add internal usage attribution (#830) (2ba9689)
Changelog

Sourced from com.google.maps.android:maps-compose's changelog.

8.0.1 (2026-01-29)

Bug Fixes

8.0.0 (2026-01-27)

⚠ BREAKING CHANGES

  • update Maps SDK to v20.0.0 and add internal usage attribution (#830)

Features

  • update Maps SDK to v20.0.0 and add internal usage attribution (#830) (2ba9689)
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.0 require androidx.concurrent:concurrent-futures:1.2.0, while ossDebugRuntimeClasspath was resolving 1.1.0 transitively (via appcompat -> profileinstaller).

Because Gradle consistent resolution links ossDebugAndroidTest*Classpath with ossDebugRuntimeClasspath, this version mismatch caused :app:generateOssDebugAndroidTestLintModel to fail.

Fix applied:

  • Added androidx.concurrent:concurrent-futures:1.2.0 to gradle/libs.versions.toml
  • Added implementation(libs.androidx.concurrentFutures) in app/build.gradle.kts

This aligns runtime and androidTest classpaths and restores successful lint model generation.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code major A breaking API change labels Feb 9, 2026
Copilot AI review requested due to automatic review settings February 9, 2026 22:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code major A breaking API change labels Feb 9, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@skyscanner-backpack-bot skyscanner-backpack-bot bot removed the major A breaking API change label Feb 9, 2026
@henrik-sky
Copy link
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>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.google.maps.android-maps-compose-8.0.1 branch from 2af78d1 to 34b09bf Compare February 10, 2026 14:24
Co-authored-by: Codex <codex@openai.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

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.

@skyscanner-dependabot
Copy link

By approving this PR, you are confirming that you have adequately and effectively reviewed this change.

Searchable Hashes
  • 9a067820776648713a926c742778e9d5
  • fdc085d91b5479bbe420906d513d1107

The above information was added by dependabot-augmentor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants