aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-05-28 22:42:13 +0530
committerGitHub <noreply@github.com>2020-05-28 22:42:13 +0530
commite7463ec24c929860f0a7311b558f496919d54d20 (patch)
treeeb460f7e49e1a71acaceaec305e511bb4c0a9d45 /app/build.gradle
parentffcbabc2f4ef9766271be5335cec1869fe634646 (diff)
Remove HOTP/TOTP support (#806)
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle3
1 files changed, 3 insertions, 0 deletions
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
}