From 3fb290b67e8bf6b021b6af75ea820bc97bcaf02b Mon Sep 17 00:00:00 2001 From: johan12345 Date: Tue, 21 May 2024 23:45:06 +0200 Subject: [PATCH] update Car App Library to 1.7.0-beta01 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 541c278a..d1fe4dfa 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -309,7 +309,7 @@ dependencies { implementation("com.github.erfansn:locale-config-x:1.0.1") // Android Auto - val carAppVersion = "1.4.0" + val carAppVersion = "1.7.0-beta01" implementation("androidx.car.app:app:$carAppVersion") normalImplementation("androidx.car.app:app-projected:$carAppVersion") automotiveImplementation("androidx.car.app:app-automotive:$carAppVersion")