diff --git a/README.md b/README.md index 32f1abb..b3119f0 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:1.0.0' + implementation 'com.google.maps.android:places-ktx:2.0.0' } ``` @@ -28,7 +28,7 @@ dependencies { ```groovy dependencies { - implementation 'com.google.maps.android:places-v3-ktx:1.0.0' + implementation 'com.google.maps.android:places-v3-ktx:2.0.0' } ``` diff --git a/build.gradle b/build.gradle index 52656e4..6338609 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '1.0.0' + version = '2.0.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {