diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index 904dd7fe..08b8162b 100644 --- a/snippets/app-places-ktx/build.gradle +++ b/snippets/app-places-ktx/build.gradle @@ -49,7 +49,7 @@ dependencies { // [END_EXCLUDE] // KTX for the Places SDK for Android library - implementation 'com.google.maps.android:places-ktx:3.0.0' + implementation 'com.google.maps.android:places-ktx:3.1.1' } // [END places_android_ktx_install_snippet]