From 5747f270071be0d43afcefb863a1b41c47dc0746 Mon Sep 17 00:00:00 2001 From: Lentumunai-Mark Date: Mon, 14 Oct 2024 18:38:59 +0300 Subject: [PATCH] Romove unused deps. Signed-off-by: Lentumunai-Mark --- library/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 062d938d..40ebb3a6 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -136,11 +136,6 @@ dependencies { configuration -> implementation 'androidx.multidex:multidex:2.0.1' - androidTestImplementation 'org.powermock:powermock-module-junit4:2.0.9' - androidTestImplementation 'org.powermock:powermock-api-mockito2:2.0.9' - androidTestImplementation 'org.mockito:mockito-core:5.12.0' - androidTestImplementation 'org.robolectric:robolectric:4.13' - customDependencies(this, configuration) appPermissionsDependencies(configuration) infoWindowDependencies(this, configuration)