summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle1
-rw-r--r--build.gradle1
-rw-r--r--core/build.gradle1
3 files changed, 0 insertions, 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"