From a533fd315e79abaadeac5c9e92e4a25422743d6b Mon Sep 17 00:00:00 2001 From: johan12345 Date: Fri, 5 Aug 2022 18:30:17 +0200 Subject: [PATCH] update libraries --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5c49f444..8583298c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ apply plugin: 'com.mikepenz.aboutlibraries.plugin' apply plugin: 'de.timfreiheit.resourceplaceholders' android { - compileSdkVersion 31 + compileSdkVersion 32 buildToolsVersion "30.0.3" defaultConfig { @@ -148,7 +148,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'androidx.core:core-ktx:1.8.0' - implementation 'androidx.core:core-splashscreen:1.0.0-rc01' + implementation 'androidx.core:core-splashscreen:1.0.0' implementation "androidx.activity:activity-ktx:1.4.0" implementation "androidx.fragment:fragment-ktx:1.4.1" implementation 'androidx.cardview:cardview:1.0.0' @@ -179,7 +179,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"