From 449576f38a2dccb1698fd1ad7b7c714f5f34dbbc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Feb 2024 15:04:49 +0000 Subject: [PATCH] chore(release): 3.1.1 [skip ci] ## [3.1.1](https://github.com/googlemaps/android-places-ktx/compare/v3.1.0...v3.1.1) (2024-02-07) ### Bug Fixes * sets the correct permissions on PlacesClient.awaitFindCurrentPlace @RequiresPermission annotation ([#231](https://github.com/googlemaps/android-places-ktx/issues/231)) ([791ec4f](https://github.com/googlemaps/android-places-ktx/commit/791ec4f3eae2443d4871fda182e53aa77d25a699)) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3267b1..c171384 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ If you are using the Places SDK through Google Play Services: ```groovy dependencies { - implementation 'com.google.maps.android:places-ktx:3.1.0' + implementation 'com.google.maps.android:places-ktx:3.1.1' } ``` diff --git a/build.gradle b/build.gradle index bef23bd..6fc4aad 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '3.1.0' + version = '3.1.1' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {