From 7be367cec5ede9ac8439c0ebc84e428b73d88097 Mon Sep 17 00:00:00 2001 From: Andrew Shkrob Date: Fri, 27 Dec 2024 13:58:20 +0100 Subject: [PATCH] [android-auto] Update CarApp lib to 1.7.0-beta03 Signed-off-by: Andrew Shkrob --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index b5cbac5610..0e60b8e807 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -390,8 +390,8 @@ dependencies { implementation(platform('org.jetbrains.kotlin:kotlin-bom:2.0.21')) implementation 'androidx.annotation:annotation:1.9.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.car.app:app:1.7.0-beta02' - implementation 'androidx.car.app:app-projected:1.7.0-beta02' + implementation 'androidx.car.app:app:1.7.0-beta03' + implementation 'androidx.car.app:app-projected:1.7.0-beta03' implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'androidx.fragment:fragment:1.8.5' implementation 'androidx.preference:preference:1.2.1'