diff --git a/snippets/app-rx/build.gradle.kts b/snippets/app-rx/build.gradle.kts index ef78c7f67..09ccc81ba 100644 --- a/snippets/app-rx/build.gradle.kts +++ b/snippets/app-rx/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { // It is recommended to also include the latest Maps SDK, Places SDK and RxJava so you // have the latest features and bug fixes. implementation("com.google.android.gms:play-services-maps:19.2.0") - implementation("com.google.android.libraries.places:places:4.3.1") + implementation("com.google.android.libraries.places:places:4.4.1") implementation("io.reactivex.rxjava3:rxjava:3.1.8") // [START_EXCLUDE silent] diff --git a/snippets/gradle/libs.versions.toml b/snippets/gradle/libs.versions.toml index 1d746ff8f..023da3703 100644 --- a/snippets/gradle/libs.versions.toml +++ b/snippets/gradle/libs.versions.toml @@ -14,7 +14,7 @@ navigation = "2.9.0" rxlifecycleAndroidLifecycleKotlin = "4.0.2" volley = "1.2.1" lifecycleRuntime = "2.9.1" -places = "4.3.1" +places = "4.4.1" secretsGradlePlugin = "2.0.1" agp = "8.10.1"