From eb5cc7d7d41c1db8548fdcab52ce04d4d1a1439e Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 16 Sep 2020 11:23:38 +0800 Subject: Add an option to require authentication before going to account section in navigation drawer. --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index a5656d80..72d855a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,6 +95,7 @@ dependencies { implementation 'me.zhanghai.android.fastscroll:library:1.1.2' implementation "com.thefuntasty.hauler:core:3.1.0" implementation 'com.github.Piasy:BigImageViewer:1.6.5' + implementation 'androidx.biometric:biometric:1.1.0-alpha02' def toroVersion = '3.7.0.2010003' implementation "im.ene.toro3:toro:$toroVersion" -- cgit v1.2.3