diff --git a/README.md b/README.md index 4d68d46..6737736 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.3.0' + implementation 'com.google.maps.android:places-ktx:3.3.1' } ``` diff --git a/build.gradle b/build.gradle index 7aaf0c7..3cbc8af 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '3.3.0' + version = '3.3.1' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {