From b5ec1681f5b562b880847087d6edbf371c4fd7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sat, 3 Aug 2019 13:39:49 +0200 Subject: [PATCH] add hwsecurity-fido:2.4.1 dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dominik Schürmann --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 0f086517a..6278cc97b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -216,6 +216,8 @@ dependencies { implementation 'com.github.natario1:Autocomplete:v1.1.0' + implementation 'com.github.cotechde.hwsecurity:hwsecurity-fido:2.4.1' + implementation 'com.novoda:merlin:1.2.1' implementation 'com.github.Kennyc1012:BottomSheet:2.4.1'