diff --git a/snippets/app-utils/build.gradle b/snippets/app-utils/build.gradle index 38c63ce6..35d9e5f2 100644 --- a/snippets/app-utils/build.gradle +++ b/snippets/app-utils/build.gradle @@ -52,7 +52,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.7.0' + implementation 'com.google.maps.android:android-maps-utils:3.8.0' } // [END maps_android_utils_install_snippet]