diff --git a/README.md b/README.md index 93b764e..4003d39 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.4.0' + implementation 'com.google.maps.android:maps-ktx:4.0.0' // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:3.4.0' + implementation 'com.google.maps.android:maps-utils-ktx:4.0.0' } ``` diff --git a/build.gradle b/build.gradle index 374334d..2434681 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '3.4.0' + version = '4.0.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {