From 087178193bc32b9522b29d9fa4b2b9e9ea74e123 Mon Sep 17 00:00:00 2001 From: johan12345 Date: Sat, 1 Oct 2022 09:57:06 +0200 Subject: [PATCH] Revert "upgrade car app library to 1.3.0-beta01" This reverts commit 09ded65b4ea87ba9cb9e3e31883231149c7c6744. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 416ae7fa..8732dc66 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -186,7 +186,7 @@ dependencies { implementation 'com.github.romandanylyk:PageIndicatorView:b1bad589b5' // Android Auto - def carAppVersion = '1.3.0-beta01' + def carAppVersion = '1.3.0-alpha01' googleImplementation "androidx.car.app:app:$carAppVersion" googleNormalImplementation "androidx.car.app:app-projected:$carAppVersion" googleAutomotiveImplementation "androidx.car.app:app-automotive:$carAppVersion"