Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.0...v5.1.0) (2024-07-01)

### Features

* updated to Maps SDK 19.0.0 ([#260](#260)) ([9a69770](9a69770))
  • Loading branch information
semantic-release-bot committed Jul 1, 2024
1 parent f81c330 commit 653c614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ It enables you to write more concise, idiomatic Kotlin. Each set of extensions c
dependencies {
// KTX for the Maps SDK for Android library
implementation 'com.google.maps.android:maps-ktx:5.0.0'
implementation 'com.google.maps.android:maps-ktx:5.1.0'
// KTX for the Maps SDK for Android Utility Library
implementation 'com.google.maps.android:maps-utils-ktx:5.0.0'
implementation 'com.google.maps.android:maps-utils-ktx:5.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ext.projectArtifactId = { project ->
*/
allprojects {
group = 'com.google.maps.android'
version = '5.0.0'
version = '5.1.0'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)

repositories {
Expand Down

0 comments on commit 653c614

Please sign in to comment.