From 825d9985cc2c0f9405e98d66d0318ec6073f422b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Dec 2023 06:14:37 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://github.com/googlemaps/android-places-ktx/compare/v3.0.0...v3.1.0) (2023-12-09) ### Features * update to Places SDK v3.3.0 and remove experimental annotations ([#216](https://github.com/googlemaps/android-places-ktx/issues/216)) ([29416f3](https://github.com/googlemaps/android-places-ktx/commit/29416f378d7061bf6a0deffd65accff345f28e06)) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4272223..c3267b1 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.0.0' + implementation 'com.google.maps.android:places-ktx:3.1.0' } ``` diff --git a/build.gradle b/build.gradle index c3f7999..bef23bd 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '3.0.0' + version = '3.1.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {