From 71ef2ca84f57c2134f3d93acd25f6a2ceb386d14 Mon Sep 17 00:00:00 2001 From: Norbert Truchsess Date: Thu, 15 Feb 2024 18:15:32 +0100 Subject: [PATCH] upgrade car-lib to 1.3.0-rc01 --- OsmAnd/build-common.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OsmAnd/build-common.gradle b/OsmAnd/build-common.gradle index 5d9d620043e..45d57d8513c 100644 --- a/OsmAnd/build-common.gradle +++ b/OsmAnd/build-common.gradle @@ -379,8 +379,8 @@ dependencies { implementation 'org.bouncycastle:bcpkix-jdk15on:1.56' implementation 'com.google.android.play:core:1.9.1' - implementation "androidx.car.app:app:1.2.0" - implementation "androidx.car.app:app-projected:1.2.0" + implementation "androidx.car.app:app:1.3.0-rc01" + implementation "androidx.car.app:app-projected:1.3.0-rc01" implementation 'com.google.android.gms:play-services-location:21.0.1'