From dee92e9e40cc828d17698c5a5ad6b226dbdd082b Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Fri, 14 Jan 2022 18:01:35 +0100 Subject: [PATCH] Upgrade libs --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a28e9b5d8..5fa9ea69a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -99,14 +99,14 @@ android { } } -def room_version = "2.4.0" +def room_version = "2.4.1" dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "androidx.appcompat:appcompat:$android_appcompat_version" implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01' implementation 'androidx.documentfile:documentfile:1.0.1' implementation 'androidx.biometric:biometric:1.1.0' diff --git a/build.gradle b/build.gradle index 5e7838165..802f94807 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { ext.kotlin_version = '1.6.10' ext.android_core_version = '1.7.0' ext.android_appcompat_version = '1.4.0' - ext.android_material_version = '1.4.0' + ext.android_material_version = '1.5.0' ext.android_test_version = '1.4.0' repositories { mavenCentral()