Skip to content

Commit 7591b94

Browse files
chore(main): release 4.1.2
1 parent 6b5a2d3 commit 7591b94

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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-
".": "4.1.1"
2+
".": "4.1.2"
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.1.2](https://github.com/googlemaps/android-maps-utils/compare/v4.1.1...v4.1.2) (2026-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* prevent NPE in LatLngBounds.contains by adding null checks for positions ([#1675](https://github.com/googlemaps/android-maps-utils/issues/1675)) ([6b5a2d3](https://github.com/googlemaps/android-maps-utils/commit/6b5a2d32ebb8b4b43db5fa0152e2ca4f7cea73e0))
9+
310
## [4.1.1](https://github.com/googlemaps/android-maps-utils/compare/v4.1.0...v4.1.1) (2026-03-11)
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.1.1"
48+
version = "4.1.2"
4949
// {x-release-please-end}
5050
}

0 commit comments

Comments
 (0)