From 81bf8ecfd21e3f188c690c4f5147443be446cadc Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 31 Aug 2026 14:51:41 -0700 Subject: [PATCH] chore(main): release 2.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ gradle/libs.versions.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9efb74312..20e9dbd7c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 689ece5e8..9a524ea1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.1.0](https://github.com/googlemaps-samples/android-samples/compare/v2.0.2...v2.1.0) (2026-08-31) + + +### Features + +* **camera:** modernize CameraClamping and VisibleRegion demo activities ([8ab7d4b](https://github.com/googlemaps-samples/android-samples/commit/8ab7d4bcb5725fe240221c6b94477644b9d46f84)) +* **demos:** polish Events, LocationSource, Marker, and Layers demo activities ([c23ae40](https://github.com/googlemaps-samples/android-samples/commit/c23ae40f534cbe022c9c64a2323792f40adf55b4)) +* **litelist:** modernize LiteListDemoActivity with Material 3 cards and toolbar menu ([cf69cbc](https://github.com/googlemaps-samples/android-samples/commit/cf69cbc12af36ddaa38c63e201249b684fa1dad4)) +* **markers,overlays:** add custom badge iconView and LatLngBounds camera framing ([4ad9c0f](https://github.com/googlemaps-samples/android-samples/commit/4ad9c0fae6f7a7c8a05f620de73ea63c8ad72b8e)) +* **snapshot:** modernize SnapshotDemoActivity with Material 3 cards and Venice focal point ([4789c37](https://github.com/googlemaps-samples/android-samples/commit/4789c37fafec48d1b55976f38981afe91c3d1f01)) +* **streetview:** modernize SplitStreetView demo with My Location FAB and bidirectional sync ([c628cac](https://github.com/googlemaps-samples/android-samples/commit/c628cac86d23ec0d0bd6353de2528de952d9dc4e)) + + +### Bug Fixes + +* **ApiDemos:** modernize window insets dispatch in SamplesBaseActivity and fix SaveStateDemo ([2e71a54](https://github.com/googlemaps-samples/android-samples/commit/2e71a5436e033abb82aca36c9fa045827966eb3b)) +* **snippets,tutorials:** improve null safety, Compose animations, and update dependencies ([b9447b3](https://github.com/googlemaps-samples/android-samples/commit/b9447b3943e0b9ad322236b95e37f05bb9d3de64)) +* **WearOS:** add safe ambient mode initialization and update copyright headers ([fdb374f](https://github.com/googlemaps-samples/android-samples/commit/fdb374f2fafbce4f269e3141a4e422acedc23c5d)) + ## [2.0.2](https://github.com/googlemaps-samples/android-samples/compare/v2.0.1...v2.0.2) (2026-03-26) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0f2eeee37..27d38f147 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ minSdk = "24" compileSdk = "37" targetSdk = "37" versionCode = "1" -versionName = "2.0.2" # {x-release-please-version} +versionName = "2.1.0" # {x-release-please-version} javaVersion = "17" # Kotlin & Coroutines