From 886074fe0354ea2ebb8cb390e3beda4b407680b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 03:09:54 +0000 Subject: [PATCH] chore(deps): bump androidx.car.app:app-projected in /example/android Bumps androidx.car.app:app-projected from 1.4.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.car.app:app-projected dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/android/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/android/app/build.gradle.kts b/example/android/app/build.gradle.kts index 91329980..59a68729 100644 --- a/example/android/app/build.gradle.kts +++ b/example/android/app/build.gradle.kts @@ -99,8 +99,8 @@ flutter { } dependencies { - implementation("androidx.car.app:app:1.4.0") - implementation("androidx.car.app:app-projected:1.4.0") + implementation("androidx.car.app:app:1.7.0") + implementation("androidx.car.app:app-projected:1.7.0") implementation("com.google.android.libraries.navigation:navigation:6.2.2") coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4") androidTestUtil("androidx.test:orchestrator:1.5.1")