From ea2f050f86a0cae0d626a6e352e0f9a228f8ea2b Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 31 Jul 2020 15:01:28 -0400 Subject: [PATCH] Temporarily revert to stable version of androidx.biometric (closes #3425) (cherry picked from commit 131dfa62c4ad2796103dbf3d8256768460fab6cf) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 945bc862e..bcc66f8cd 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -141,7 +141,7 @@ dependencies { // AndroidX libraries implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.appcompat:appcompat:1.3.0-alpha01' - implementation 'androidx.biometric:biometric:1.1.0-alpha01' + implementation 'androidx.biometric:biometric:1.0.1' implementation 'androidx.browser:browser:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-rc1'