Skip to content

Commit

Permalink
chore(release): 3.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.11.0](v3.10.0...v3.11.0) (2025-02-05)

### Features

* added method to stop animation ([#1457](#1457)) ([ed99d45](ed99d45))
* setting animation on Cluster ([#1458](#1458)) ([4d61393](4d61393))
  • Loading branch information
semantic-release-bot committed Feb 5, 2025
1 parent 4d61393 commit f97b1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
// Utilities for Maps SDK for Android (requires Google Play Services)
// You do not need to add a separate dependency for the Maps SDK for Android
// since this library builds in the compatible version of the Maps SDK.
implementation 'com.google.maps.android:android-maps-utils:3.10.0'
implementation 'com.google.maps.android:android-maps-utils:3.11.0'
// Optionally add the Kotlin Extensions (KTX) for full Kotlin language support
// See latest version at https://github.com/googlemaps/android-maps-ktx
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ tasks.register<Delete>("clean") {

allprojects {
group = "com.google.maps.android"
version = "3.10.0"
version = "3.11.0"
}

0 comments on commit f97b1b3

Please sign in to comment.