From 9599281fdbe014e7e8b7eda16ec25d4d24720cf8 Mon Sep 17 00:00:00 2001 From: TacoTheDank Date: Wed, 14 Sep 2022 14:45:04 -0400 Subject: [PATCH] Remove robotium-solo library --- app/build.gradle | 1 - build.gradle | 1 - core/build.gradle | 1 - 3 files changed, 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9d73b77e8..2db3b94bd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -136,7 +136,6 @@ dependencies { androidTestImplementation "org.awaitility:awaitility:$awaitilityVersion" androidTestImplementation 'com.nanohttpd:nanohttpd:2.1.1' - androidTestImplementation "com.jayway.android.robotium:robotium-solo:$robotiumSoloVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion" androidTestImplementation "androidx.test.espresso:espresso-contrib:$espressoVersion" androidTestImplementation "androidx.test.espresso:espresso-intents:$espressoVersion" diff --git a/build.gradle b/build.gradle index fa5e1cdc1..376e0048c 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,6 @@ project.ext { awaitilityVersion = "3.1.6" junitVersion = "4.13" robolectricVersion = "4.5-alpha-1" - robotiumSoloVersion = "5.6.3" espressoVersion = "3.2.0" runnerVersion = "1.2.0" rulesVersion = "1.2.0" diff --git a/core/build.gradle b/core/build.gradle index 9eb9c8c90..f2cf31158 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -76,7 +76,6 @@ dependencies { testImplementation 'org.mockito:mockito-inline:3.5.13' testImplementation "org.robolectric:robolectric:$robolectricVersion" testImplementation 'javax.inject:javax.inject:1' - androidTestImplementation "com.jayway.android.robotium:robotium-solo:$robotiumSoloVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion" androidTestImplementation "androidx.test:runner:$runnerVersion" androidTestImplementation "androidx.test:rules:$rulesVersion"