From 70307f6c53cbd47fb9e38fdc1c892294626febfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:30:17 +0000 Subject: [PATCH] chore(deps): bump androidx.car.app:app-projected in /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] --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 5eafe88c..e3f853b9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -75,8 +75,8 @@ android { } 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' testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'io.mockk:mockk:1.13.8'