Skip to content

Commit eef2ac5

Browse files
chore(main): release 2.0.1 (#2353)
1 parent e4f2883 commit eef2ac5

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-
".": "2.0.0"
2+
".": "2.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+
## [2.0.1](https://github.com/googlemaps-samples/android-samples/compare/v2.0.0...v2.0.1) (2026-02-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Resolve WearOS NoClassDefFoundError and add regression tests ([#2349](https://github.com/googlemaps-samples/android-samples/issues/2349)) ([e4f2883](https://github.com/googlemaps-samples/android-samples/commit/e4f288375a4b1bc9a2c03a3d051f740ff0726bcd))
9+
310
## [2.0.0](https://github.com/googlemaps-samples/android-samples/compare/v1.20.1...v2.0.0) (2026-01-28)
411

512

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ minSdk = "24"
55
compileSdk = "36"
66
targetSdk = "36"
77
versionCode = "1"
8-
versionName = "2.0.0" # {x-release-please-version}
8+
versionName = "2.0.1" # {x-release-please-version}
99
javaVersion = "17"
1010

1111
# Kotlin & Coroutines

0 commit comments

Comments
 (0)