Skip to content

Commit

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

### Bug Fixes

* fixed item updated ([#1461](#1461)) ([bacdc9b](bacdc9b))
  • Loading branch information
semantic-release-bot committed Feb 10, 2025
1 parent bacdc9b commit 02d3282
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 @@ -45,7 +45,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.11.0'
implementation 'com.google.maps.android:android-maps-utils:3.11.1'
// 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.11.0"
version = "3.11.1"
}

0 comments on commit 02d3282

Please sign in to comment.