From 653c614a55f1af53b70fb40e25345b9bc6c6d4e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Jul 2024 16:16:25 +0000 Subject: [PATCH] chore(release): 5.1.0 [skip ci] # [5.1.0](https://github.com/googlemaps/android-maps-ktx/compare/v5.0.0...v5.1.0) (2024-07-01) ### Features * updated to Maps SDK 19.0.0 ([#260](https://github.com/googlemaps/android-maps-ktx/issues/260)) ([9a69770](https://github.com/googlemaps/android-maps-ktx/commit/9a69770af24a9bf82468f598a6c2c9812c9fac4f)) --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2da75c30..1d0a3f58 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/build.gradle b/build.gradle index ad2ef887..eee40c00 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {