From 712344af5fcf0acd617fab2511f2243c313ce8d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 15:40:55 +0000 Subject: [PATCH] chore(release): 3.3.0 [skip ci] # [3.3.0](https://github.com/googlemaps/android-places-ktx/compare/v3.2.0...v3.3.0) (2024-09-24) ### Features * upgraded dependencies and places SDK ([#259](https://github.com/googlemaps/android-places-ktx/issues/259)) ([c273ba6](https://github.com/googlemaps/android-places-ktx/commit/c273ba69420393f54b7624c0e04b4e4c05bb791e)) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6476156..4d68d46 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.2.0' + implementation 'com.google.maps.android:places-ktx:3.3.0' } ``` diff --git a/build.gradle b/build.gradle index 6047543..7aaf0c7 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '3.2.0' + version = '3.3.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {