aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-05-29 19:59:36 +0530
committerGitHub <noreply@github.com>2022-05-29 14:29:36 +0000
commitbda515d1ec9135ce76f41cf742ff2f2f3465ff1b (patch)
treec353beb313325a4cf4771e8e3e890705320aa0cf /app
parent7a41f11c8fbb314a820037290be6743a33f2dab2 (diff)
Remove unused dependencies (#1930)
gradle: remove unused instrumentation testing deps
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle.kts2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index efd8541a..c88370e4 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -99,8 +99,6 @@ dependencies {
add("nonFreeImplementation", libs.thirdparty.nonfree.sentry)
add("freeImplementation", projects.sentryStub)
- androidTestImplementation(libs.bundles.testDependencies)
- androidTestImplementation(libs.bundles.androidTestDependencies)
testImplementation(libs.testing.robolectric)
testImplementation(libs.testing.sharedPrefsMock)
testImplementation(libs.bundles.testDependencies)