diff --git a/snippets/app-utils/build.gradle.kts b/snippets/app-utils/build.gradle.kts index 04be8ff6..44c9e401 100644 --- a/snippets/app-utils/build.gradle.kts +++ b/snippets/app-utils/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { // Utility Library for Maps SDK for Android // You do not need to add a separate dependency for the Maps SDK for Android // since this library builds in the compatible version of the Maps SDK. - implementation("com.google.maps.android:android-maps-utils:3.9.0") + implementation("com.google.maps.android:android-maps-utils:3.10.0") } // [END maps_android_utils_install_snippet]