diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-05-28 22:42:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 22:42:13 +0530 |
commit | e7463ec24c929860f0a7311b558f496919d54d20 (patch) | |
tree | eb460f7e49e1a71acaceaec305e511bb4c0a9d45 /app/build.gradle | |
parent | ffcbabc2f4ef9766271be5335cec1869fe634646 (diff) |
Remove HOTP/TOTP support (#806)
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 3 |
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 } |