Skip to content

Commit f004f26

Browse files
chore(main): release 7.0.0 (#817)
1 parent 9f6e74c commit f004f26

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.12.2"
2+
".": "7.0.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [7.0.0](https://github.com/googlemaps/android-maps-compose/compare/v6.12.2...v7.0.0) (2025-12-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* updated Compose version ([#805](https://github.com/googlemaps/android-maps-compose/issues/805))
9+
10+
### Features
11+
12+
* updated Compose version ([#805](https://github.com/googlemaps/android-maps-compose/issues/805)) ([447aad0](https://github.com/googlemaps/android-maps-compose/commit/447aad052df4445fc973c82a785d872efdbcbd49))
13+
14+
15+
### Bug Fixes
16+
17+
* Corrected broken links in Support section of README.md ([#796](https://github.com/googlemaps/android-maps-compose/issues/796)) ([1780317](https://github.com/googlemaps/android-maps-compose/commit/1780317c0da577e706493972be73831f75321f23))

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3131
dependencies {
32-
implementation 'com.google.maps.android:maps-compose:6.12.2' // {x-release-please-version}
32+
implementation 'com.google.maps.android:maps-compose:7.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:6.12.2' // {x-release-please-version}
35+
implementation 'com.google.maps.android:maps-compose-utils:7.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:6.12.2' // {x-release-please-version}
37+
implementation 'com.google.maps.android:maps-compose-widgets:7.0.0' // {x-release-please-version}
3838
}
3939
```
4040

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ val projectArtifactId by extra { project: Project ->
3333
allprojects {
3434
group = "com.google.maps.android"
3535
// {x-release-please-start-version}
36-
version = "6.12.2"
36+
version = "7.0.0"
3737
// {x-release-please-end}
3838
}

0 commit comments

Comments
 (0)