From 09e0d6d3cc20023612f637e1415e03ac495d5af0 Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Fri, 11 Oct 2019 10:03:44 +0200 Subject: [PATCH] Update biometric and room lib --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 29dded4b0..5deb1bafa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,7 +81,7 @@ android { } def spongycastleVersion = "1.58.0.0" -def room_version = "2.1.0" +def room_version = "2.2.0" dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" @@ -90,7 +90,7 @@ dependencies { implementation 'androidx.legacy:legacy-preference-v14:1.0.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'androidx.biometric:biometric:1.0.0-beta02' + implementation 'androidx.biometric:biometric:1.0.0-rc01' implementation 'com.google.android.material:material:1.0.0' implementation "androidx.room:room-runtime:$room_version"