aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-05-09 20:07:02 +0800
committerGitHub <noreply@github.com>2019-05-09 20:07:02 +0800
commita5a19290a876faca91c6c865c50350689f72c080 (patch)
treedc9999e87af09f629ec758bd721cbb01a21dd660 /app/build.gradle
parente7a499f6314f8d6345b19c3e221f3cd9cd176d4f (diff)
parente0bea89b0897d741634098c33bf2aedc5e5fc88e (diff)
downloadfrost-a5a19290a876faca91c6c865c50350689f72c080.tar.gz
frost-a5a19290a876faca91c6c865c50350689f72c080.tar.bz2
frost-a5a19290a876faca91c6c865c50350689f72c080.zip
Merge pull request #1405 from AllanWang/feature/lockscreen
Feature/lockscreen
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 472669cc..4d1ec15e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -206,6 +206,8 @@ dependencies {
implementation "androidx.core:core-ktx:${KTX}"
+ implementation "androidx.biometric:biometric:${ANDX_BIOMETRIC}"
+
implementation "org.koin:koin-android:${KOIN}"
testImplementation "org.koin:koin-test:${KOIN}"
androidTestImplementation "org.koin:koin-test:${KOIN}"