From 5b6f86f23ec0ade5b47444c55afabac6e6df32bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Sep 2023 15:16:30 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/googlemaps/android-maps-ktx/compare/v3.4.0...v4.0.0) (2023-09-26) * fix!: updated Gradle version, plugins and libraries (#212) ([d622499](https://github.com/googlemaps/android-maps-ktx/commit/d622499d8d780f74eb40bdd98e30d861fbe88612)), closes [#212](https://github.com/googlemaps/android-maps-ktx/issues/212) ### BREAKING CHANGES * remove v3 beta * chore: updated docs * chore: updated Gradle version, plugins and libraries * feat: updated Kotlin and dokka * chore: removed deprecated method --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93b764eb..4003d394 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ If you are using the Maps SDK through Google Play Services: dependencies { // KTX for the Maps SDK for Android library - implementation 'com.google.maps.android:maps-ktx:3.4.0' + implementation 'com.google.maps.android:maps-ktx:4.0.0' // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:3.4.0' + implementation 'com.google.maps.android:maps-utils-ktx:4.0.0' } ``` diff --git a/build.gradle b/build.gradle index 374334da..2434681f 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '3.4.0' + version = '4.0.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {