diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index bae78609..904dd7fe 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:2.0.0' + implementation 'com.google.maps.android:places-ktx:3.0.0' } // [END places_android_ktx_install_snippet]