Skip to content

Commit c981640

Browse files
chore(main): release 4.5.1 (#1707)
1 parent 3e59470 commit c981640

3 files changed

Lines changed: 9 additions & 2 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-
".": "4.5.0"
2+
".": "4.5.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+
## [4.5.1](https://github.com/googlemaps/android-maps-utils/compare/v4.5.0...v4.5.1) (2026-06-17)
4+
5+
6+
### Bug Fixes
7+
8+
* enable filterTouchesWhenObscured on WebView layouts ([#1705](https://github.com/googlemaps/android-maps-utils/issues/1705)) ([3e59470](https://github.com/googlemaps/android-maps-utils/commit/3e59470f718d12bb2269f9ae38ccd2af912adb5a))
9+
310
## [4.5.0](https://github.com/googlemaps/android-maps-utils/compare/v4.4.1...v4.5.0) (2026-06-16)
411

512

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ tasks.register<Exec>("installAndLaunch") {
4545
allprojects {
4646
group = "com.google.maps.android"
4747
// {x-release-please-start-version}
48-
version = "4.5.0"
48+
version = "4.5.1"
4949
// {x-release-please-end}
5050
}

0 commit comments

Comments
 (0)