Skip to content

Commit 4dd0dd6

Browse files
chore(main): release 8.2.1 (#860)
1 parent 65807dd commit 4dd0dd6

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

.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.2.0"
2+
".": "8.2.1"
33
}

CHANGELOG.md

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

3+
## [8.2.1](https://github.com/googlemaps/android-maps-compose/compare/v8.2.0...v8.2.1) (2026-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* fixed issue with ProGuard/R8 and AttributionId ([#861](https://github.com/googlemaps/android-maps-compose/issues/861)) ([7b9149d](https://github.com/googlemaps/android-maps-compose/commit/7b9149d0fd60ad309e2d820c2b536702fd092314))
9+
* prevent NoSuchElementException when computing view keys in ClusterRenderer ([#857](https://github.com/googlemaps/android-maps-compose/issues/857)) ([e34b50f](https://github.com/googlemaps/android-maps-compose/commit/e34b50ff7e3edcf147ef256069e6bc19d983dc43))
10+
311
## [8.2.0](https://github.com/googlemaps/android-maps-compose/compare/v8.1.0...v8.2.0) (2026-02-24)
412

513

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.2.0' // {x-release-please-version}
32+
implementation 'com.google.maps.android:maps-compose:8.2.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.2.0' // {x-release-please-version}
35+
implementation 'com.google.maps.android:maps-compose-utils:8.2.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.2.0' // {x-release-please-version}
37+
implementation 'com.google.maps.android:maps-compose-widgets:8.2.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.2.0"
36+
version = "8.2.1"
3737
// {x-release-please-end}
3838
}
3939

0 commit comments

Comments
 (0)