From 993060212b8cff01f07bdfc847b4dfb7b0e7b7f9 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Tue, 17 Dec 2024 15:24:48 -0500 Subject: [PATCH] build: temporarily disable app testing Not needed right now. --- app/build.gradle | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0d139a1d9..f7b930430 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -164,13 +164,4 @@ dependencies { // Fuzzy search implementation 'org.apache.commons:commons-text:1.9' - - // Testing - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12' - testImplementation "junit:junit:4.13.2" - testImplementation "io.mockk:mockk:1.13.7" - testImplementation "org.robolectric:robolectric:4.11" - testImplementation 'androidx.test:core-ktx:1.6.1' - androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' }