From fd545db1bdd73447d46089f6a24ebcd1919657f6 Mon Sep 17 00:00:00 2001 From: arkon Date: Wed, 11 Nov 2020 13:39:50 -0500 Subject: [PATCH] Update dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4c4ae98954..4d293f5a40 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -135,8 +135,8 @@ dependencies { // AndroidX libraries implementation 'androidx.annotation:annotation:1.2.0-alpha01' implementation 'androidx.appcompat:appcompat:1.3.0-alpha02' - implementation 'androidx.biometric:biometric:1.1.0-beta01' - implementation 'androidx.browser:browser:1.3.0-beta01' + implementation 'androidx.biometric:biometric:1.1.0-rc01' + implementation 'androidx.browser:browser:1.3.0-rc01' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'