diff --git a/README.md b/README.md index 4faed02e..adfeeea3 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ 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:3.0.1' + implementation 'com.google.maps.android:maps-ktx:3.1.0' // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:3.0.1' + implementation 'com.google.maps.android:maps-utils-ktx:3.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. @@ -44,10 +44,10 @@ 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:3.0.1' + implementation 'com.google.maps.android:maps-v3-ktx:3.1.0' // KTX for the Maps SDK for Android V3 BETA Utility Library - implementation 'com.google.maps.android:maps-utils-v3-ktx:3.0.1' + implementation 'com.google.maps.android:maps-utils-v3-ktx:3.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. diff --git a/build.gradle b/build.gradle index a73fc55c..5f1292b9 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '3.0.1' + version = '3.1.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {