From adead1ac3cc28bb7e9cf4237f2c6fa1caba1062a Mon Sep 17 00:00:00 2001 From: johan12345 Date: Thu, 13 Oct 2022 21:07:30 +0200 Subject: [PATCH] Revert "Revert "Upgrade Car App library"" This reverts commit d7a644cb785c6579048fa114935c82b471855fc8. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 027800a3..408eb623 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.2.0-rc01' + 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"