diff --git a/README.md b/README.md index 4a0087b5..efc3b51b 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.3.0' + implementation 'com.google.maps.android:maps-ktx:3.4.0' // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:3.3.0' + implementation 'com.google.maps.android:maps-utils-ktx:3.4.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,14 +44,14 @@ dependencies { dependencies { // KTX for the Maps SDK for Android V3 BETA Library - implementation 'com.google.maps.android:maps-v3-ktx:3.3.0' + implementation 'com.google.maps.android:maps-v3-ktx:3.4.0' // KTX for the Maps SDK for Android V3 BETA Utility Library - implementation 'com.google.maps.android:maps-utils-v3-ktx:3.3.0' + implementation 'com.google.maps.android:maps-utils-v3-ktx:3.4.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:3.3.0-beta' + implementation 'com.google.android.libraries.maps:maps:3.4.0-beta' implementation 'com.google.maps.android:android-maps-utils-v3:' } ``` diff --git a/build.gradle b/build.gradle index e3609b58..f2ef4a8f 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '3.3.0' + version = '3.4.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {