[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(release): 3.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.8.1](v3.8.0...v3.8.1) (2023-12-20)

### Bug Fixes

* Correctly parse `<hotSpot>` elements ([#1173](#1173)) ([643d351](643d351))
  • Loading branch information
semantic-release-bot committed Dec 20, 2023
1 parent 643d351 commit b6aa0b7
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 @@ -39,7 +39,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.8.0'
implementation 'com.google.maps.android:android-maps-utils:3.8.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
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ext.projectArtifactId = { project ->

allprojects {
group = 'com.google.maps.android'
version = '3.8.0'
version = '3.8.1'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
}

Expand Down

0 comments on commit b6aa0b7

Please sign in to comment.