diff --git a/snippets/app-places-ktx/build.gradle.kts b/snippets/app-places-ktx/build.gradle.kts index 321fce956..080f95530 100644 --- a/snippets/app-places-ktx/build.gradle.kts +++ b/snippets/app-places-ktx/build.gradle.kts @@ -82,7 +82,7 @@ dependencies { // [END_EXCLUDE] // KTX for the Places SDK for Android library - implementation("com.google.maps.android:places-ktx:3.5.0") + implementation("com.google.maps.android:places-ktx:3.6.0") } // [END places_android_ktx_install_snippet]