Skip to content

build(deps): bump com.google.maps.android:maps-compose from 4.4.1 to 8.6.0 - #208

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.google.maps.android-maps-compose-8.6.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.google.maps.android-maps-compose-8.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown

Bumps com.google.maps.android:maps-compose from 4.4.1 to 8.6.0.

Release notes

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

v8.6.0

8.6.0 (2026-09-03)

Features

  • expose map zoom limits (#949) (e0d4572)
  • maps-compose: default mapColorScheme to FOLLOW_SYSTEM in GoogleMap (#986) (5f1d438)

Bug Fixes

  • guard against null in StreetView panorama change listeners (#970) (6147f75)
  • maps-compose: apply mapColorScheme to GoogleMapOptions during MapView creation (#976) (7dec2b7)
  • pin ViewTreeLifecycleOwner/SavedStateRegistryOwner on MapView to prevent info window crash (#972) (4024515)

v8.5.0

8.5.0 (2026-08-17)

Features

  • expose info window customization for advanced markers (#965) (4c65f8c)

Bug Fixes

  • avoid re-parenting crash for MarkerInfoWindowContent/MarkerInfoWindowComposable (#953) (12f35a4)
  • avoid zero-size crash in rememberComposeBitmapDescriptor when used inside Clustering (#963) (11a2430)
  • rename InvalidatingComposeView getRotation param to avoid View shadowing (#952) (1d971cd)

v8.4.0

8.4.0 (2026-07-16)

Features

  • add rotation support to cluster item API (#943) (3430231)
  • allow GoogleMap to opt out of keyboard focus traversal (#945) (7049991)

Bug Fixes

  • deps: update dependencies across android-maps-compose (d4064c7)
  • keep ComposeView attached while info window is shown for compose-ui 1.10+ compat (#931) (995ff38)
  • prevent ComposeUiClusterRenderer crash on fast back gesture with compose-ui 1.10+ (#930) (3882afa)

v8.3.1

8.3.1 (2026-07-07)

... (truncated)

Changelog

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

8.6.0 (2026-09-03)

Features

  • expose map zoom limits (#949) (e0d4572)
  • maps-compose: default mapColorScheme to FOLLOW_SYSTEM in GoogleMap (#986) (5f1d438)

Bug Fixes

  • guard against null in StreetView panorama change listeners (#970) (6147f75)
  • maps-compose: apply mapColorScheme to GoogleMapOptions during MapView creation (#976) (7dec2b7)
  • pin ViewTreeLifecycleOwner/SavedStateRegistryOwner on MapView to prevent info window crash (#972) (4024515)

8.5.0 (2026-08-17)

Features

  • expose info window customization for advanced markers (#965) (4c65f8c)

Bug Fixes

  • avoid re-parenting crash for MarkerInfoWindowContent/MarkerInfoWindowComposable (#953) (12f35a4)
  • avoid zero-size crash in rememberComposeBitmapDescriptor when used inside Clustering (#963) (11a2430)
  • rename InvalidatingComposeView getRotation param to avoid View shadowing (#952) (1d971cd)

8.4.0 (2026-07-16)

Features

  • add rotation support to cluster item API (#943) (3430231)
  • allow GoogleMap to opt out of keyboard focus traversal (#945) (7049991)

Bug Fixes

  • deps: update dependencies across android-maps-compose (d4064c7)
  • keep ComposeView attached while info window is shown for compose-ui 1.10+ compat (#931) (995ff38)
  • prevent ComposeUiClusterRenderer crash on fast back gesture with compose-ui 1.10+ (#930) (3882afa)

8.3.1 (2026-07-07)

Bug Fixes

  • keep maps as single tab focus targets (#935) (2f5b340)

... (truncated)

Commits
  • 5d3091a chore(main): release 8.6.0 (#977)
  • a2c8871 build(deps): update dependencies, maps-ktx 6.4.1, compose-bom 2026.08.00, and...
  • 5f1d438 feat(maps-compose): default mapColorScheme to FOLLOW_SYSTEM in GoogleMap (#986)
  • 4024515 fix: pin ViewTreeLifecycleOwner/SavedStateRegistryOwner on MapView to prevent...
  • 86d2435 ci: avoid flaky wait on transient isMoving in non-animated zoom tests (#982)
  • 6147f75 fix: guard against null in StreetView panorama change listeners (#970)
  • e0d4572 feat: expose map zoom limits (#949)
  • a455ce3 chore(maps-compose-utils): remove unused Bitmap import (#978)
  • 56b1e0a chore(deps): bump mapsktx from 6.2.0 to 6.3.0 (#968)
  • 7dec2b7 fix(maps-compose): apply mapColorScheme to GoogleMapOptions during MapView cr...
  • Additional commits viewable in compare view

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)

Bumps [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) from 4.4.1 to 8.6.0.
- [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@v4.4.1...v8.6.0)

---
updated-dependencies:
- dependency-name: com.google.maps.android:maps-compose
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 14, 2026
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.

0 participants