Skip to content

Commit 77ff968

Browse files
chore(release): 3.11.0 [skip ci]
# [3.11.0](v3.10.0...v3.11.0) (2025-02-18) ### Bug Fixes * fixed item updated ([#1461](#1461)) ([bacdc9b](bacdc9b)) ### Features * added method to stop animation ([#1457](#1457)) ([ed99d45](ed99d45)) * setting animation on Cluster ([#1458](#1458)) ([4d61393](4d61393))
1 parent add89e3 commit 77ff968

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
// Utilities for Maps SDK for Android (requires Google Play Services)
4646
// You do not need to add a separate dependency for the Maps SDK for Android
4747
// since this library builds in the compatible version of the Maps SDK.
48-
implementation 'com.google.maps.android:android-maps-utils:3.10.0'
48+
implementation 'com.google.maps.android:android-maps-utils:3.11.0'
4949
5050
// Optionally add the Kotlin Extensions (KTX) for full Kotlin language support
5151
// See latest version at https://github.com/googlemaps/android-maps-ktx

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ tasks.register<Delete>("clean") {
3737

3838
allprojects {
3939
group = "com.google.maps.android"
40-
version = "3.10.0"
40+
version = "3.11.0"
4141
}

0 commit comments

Comments
 (0)