summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
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
}