Skip to content

Commit 5fc395c

Browse files
chore(main): release 8.0.1 (#836)
1 parent f54d4ea commit 5fc395c

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-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-
".": "8.0.0"
2+
".": "8.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [8.0.1](https://github.com/googlemaps/android-maps-compose/compare/v8.0.0...v8.0.1) (2026-01-29)
4+
5+
6+
### Bug Fixes
7+
8+
* GroundOverlay ([#826](https://github.com/googlemaps/android-maps-compose/issues/826)) ([f54d4ea](https://github.com/googlemaps/android-maps-compose/commit/f54d4eaf8f61c5da725dd80898d42fa9adf8e126))
9+
310
## [8.0.0](https://github.com/googlemaps/android-maps-compose/compare/v7.0.0...v8.0.0) (2026-01-27)
411

512

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:8.0.0' // {x-release-please-version}
32+
implementation 'com.google.maps.android:maps-compose:8.0.1' // {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:8.0.0' // {x-release-please-version}
35+
implementation 'com.google.maps.android:maps-compose-utils:8.0.1' // {x-release-please-version}
3636
// Optionally, you can include the widgets library for ScaleBar, etc.
37-
implementation 'com.google.maps.android:maps-compose-widgets:8.0.0' // {x-release-please-version}
37+
implementation 'com.google.maps.android:maps-compose-widgets:8.0.1' // {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,7 +33,7 @@ val projectArtifactId by extra { project: Project ->
3333
allprojects {
3434
group = "com.google.maps.android"
3535
// {x-release-please-start-version}
36-
version = "8.0.0"
36+
version = "8.0.1"
3737
// {x-release-please-end}
3838
}
3939

0 commit comments

Comments
 (0)