From e7463ec24c929860f0a7311b558f496919d54d20 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 28 May 2020 22:42:13 +0530 Subject: Remove HOTP/TOTP support (#806) --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 2e0671a7..2e203705 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -123,4 +123,7 @@ dependencies { androidTestImplementation deps.testing.androidx.junit androidTestImplementation deps.testing.androidx.espresso_core androidTestImplementation deps.testing.androidx.espresso_intents + + testImplementation deps.testing.junit + testImplementation deps.testing.kotlin_test_junit } -- cgit v1.2.3