diff --git a/README.md b/README.md index 387666cf..0e1d6d95 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,15 @@ If you are using the Maps SDK through Google Play Services: dependencies { // KTX for the Maps SDK for Android library - implementation 'com.google.maps.android:maps-ktx:2.0.0' + implementation 'com.google.maps.android:maps-ktx:2.1.0' // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:2.0.0' + implementation 'com.google.maps.android:maps-utils-ktx:2.1.0' // It is recommended to also include the latest Maps SDK and/or Utility Library versions // as well to ensure that you have the latest features and bug fixes. implementation 'com.google.android.gms:play-services-maps:17.0.0' - implementation 'com.google.maps.android:android-maps-utils:2.0.0' + implementation 'com.google.maps.android:android-maps-utils:2.1.0' } ``` @@ -44,15 +44,15 @@ Alternatively, if you are using the Maps SDK through the standalone V3 BETA dist dependencies { // KTX for the Maps SDK for Android V3 BETA Library - implementation 'com.google.maps.android:maps-v3-ktx:2.0.0' + implementation 'com.google.maps.android:maps-v3-ktx:2.1.0' // KTX for the Maps SDK for Android V3 BETA Utility Library - implementation 'com.google.maps.android:maps-utils-v3-ktx:2.0.0' + implementation 'com.google.maps.android:maps-utils-v3-ktx:2.1.0' // It is recommended to also include the latest Maps SDK and/or Utility Library versions // as well to ensure that you have the latest features and bug fixes. - implementation 'com.google.android.libraries.maps:maps:2.0.0-beta' - implementation 'com.google.maps.android:android-maps-utils-v3:2.0.0' + implementation 'com.google.android.libraries.maps:maps:2.1.0-beta' + implementation 'com.google.maps.android:android-maps-utils-v3:2.1.0' } ``` diff --git a/build.gradle b/build.gradle index a04da955..140e398a 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '2.0.0' + version = '2.1.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {