Update biometric and room lib

This commit is contained in:
J-Jamet
2019-10-11 10:03:44 +02:00
parent 9aefc984be
commit 09e0d6d3cc

View File

@@ -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"