File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 7 .0.0"
2+ "." : " 8 .0.0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 8.0.0] ( https://github.com/googlemaps/android-maps-compose/compare/v7.0.0...v8.0.0 ) (2026-01-27)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * update Maps SDK to v20.0.0 and add internal usage attribution ([ #830 ] ( https://github.com/googlemaps/android-maps-compose/issues/830 ) )
9+
10+ ### Features
11+
12+ * update Maps SDK to v20.0.0 and add internal usage attribution ([ #830 ] ( https://github.com/googlemaps/android-maps-compose/issues/830 ) ) ([ 2ba9689] ( https://github.com/googlemaps/android-maps-compose/commit/2ba9689d2446c566129a63eb1b03d4dbf5135635 ) )
13+
314## [ 7.0.0] ( https://github.com/googlemaps/android-maps-compose/compare/v6.12.2...v7.0.0 ) (2025-12-16)
415
516
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as
2929
3030``` groovy
3131dependencies {
32- implementation 'com.google.maps.android:maps-compose:7 .0.0' // {x-release-please-version}
32+ implementation 'com.google.maps.android:maps-compose:8 .0.0' // {x-release-please-version}
3333 // Optionally, you can include the Compose utils library for Clustering,
3434 // Street View metadata checks, etc.
35- implementation 'com.google.maps.android:maps-compose-utils:7 .0.0' // {x-release-please-version}
35+ implementation 'com.google.maps.android:maps-compose-utils:8 .0.0' // {x-release-please-version}
3636 // Optionally, you can include the widgets library for ScaleBar, etc.
37- implementation 'com.google.maps.android:maps-compose-widgets:7 .0.0' // {x-release-please-version}
37+ implementation 'com.google.maps.android:maps-compose-widgets:8 .0.0' // {x-release-please-version}
3838}
3939```
4040
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ val projectArtifactId by extra { project: Project ->
3333allprojects {
3434 group = " com.google.maps.android"
3535 // {x-release-please-start-version}
36- version = " 7 .0.0"
36+ version = " 8 .0.0"
3737 // {x-release-please-end}
3838}
3939
You can’t perform that action at this time.
0 commit comments