From a9c9ed2d7f85b3fd732d9050c55b0ff346d5ab08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 18:59:47 +0000 Subject: [PATCH] chore(deps): bump com.google.android.libraries.places:places Bumps com.google.android.libraries.places:places from 4.3.1 to 4.4.1. --- updated-dependencies: - dependency-name: com.google.android.libraries.places:places dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- snippets/app-rx/build.gradle.kts | 2 +- snippets/gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"