diff --git a/README.md b/README.md index 1097531..065f48a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you are using the Places SDK through Google Play Services: ```groovy dependencies { - implementation 'com.google.maps.android:places-ktx:0.3.0' + implementation 'com.google.maps.android:places-ktx:0.3.1' } ``` @@ -28,7 +28,7 @@ Alternatively, if you are using the Places standalone library (for use only with ```groovy dependencies { - implementation 'com.google.maps.android:places-v3-ktx:0.3.0' + implementation 'com.google.maps.android:places-v3-ktx:0.3.1' } ``` diff --git a/build.gradle b/build.gradle index 2213e77..e547010 100644 --- a/build.gradle +++ b/build.gradle @@ -91,7 +91,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '0.3.0' + version = '0.3.1' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {