From 2e8cdb01fd7ece85e8d9a0096a54eaa8d339a9db Mon Sep 17 00:00:00 2001 From: johan12345 Date: Wed, 10 Aug 2022 17:35:48 +0200 Subject: [PATCH] Revert upgrade of Car App library --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9b79954d..2544e9f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -179,7 +179,7 @@ dependencies { implementation 'com.github.romandanylyk:PageIndicatorView:b1bad589b5' // Android Auto - def carAppVersion = '1.3.0-alpha01' + def carAppVersion = '1.2.0-rc01' googleImplementation "androidx.car.app:app:$carAppVersion" googleNormalImplementation "androidx.car.app:app-projected:$carAppVersion" googleAutomotiveImplementation "androidx.car.app:app-automotive:$carAppVersion"