Merge pull request #6081 from TacoTheDank/removeRobotium
Remove robotium-solo library
This commit is contained in:
commit
c26d2d289c
|
@ -136,7 +136,6 @@ dependencies {
|
||||||
|
|
||||||
androidTestImplementation "org.awaitility:awaitility:$awaitilityVersion"
|
androidTestImplementation "org.awaitility:awaitility:$awaitilityVersion"
|
||||||
androidTestImplementation 'com.nanohttpd:nanohttpd:2.1.1'
|
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-core:$espressoVersion"
|
||||||
androidTestImplementation "androidx.test.espresso:espresso-contrib:$espressoVersion"
|
androidTestImplementation "androidx.test.espresso:espresso-contrib:$espressoVersion"
|
||||||
androidTestImplementation "androidx.test.espresso:espresso-intents:$espressoVersion"
|
androidTestImplementation "androidx.test.espresso:espresso-intents:$espressoVersion"
|
||||||
|
|
|
@ -69,7 +69,6 @@ project.ext {
|
||||||
awaitilityVersion = "3.1.6"
|
awaitilityVersion = "3.1.6"
|
||||||
junitVersion = "4.13"
|
junitVersion = "4.13"
|
||||||
robolectricVersion = "4.5-alpha-1"
|
robolectricVersion = "4.5-alpha-1"
|
||||||
robotiumSoloVersion = "5.6.3"
|
|
||||||
espressoVersion = "3.2.0"
|
espressoVersion = "3.2.0"
|
||||||
runnerVersion = "1.2.0"
|
runnerVersion = "1.2.0"
|
||||||
rulesVersion = "1.2.0"
|
rulesVersion = "1.2.0"
|
||||||
|
|
|
@ -76,7 +76,6 @@ dependencies {
|
||||||
testImplementation 'org.mockito:mockito-inline:3.5.13'
|
testImplementation 'org.mockito:mockito-inline:3.5.13'
|
||||||
testImplementation "org.robolectric:robolectric:$robolectricVersion"
|
testImplementation "org.robolectric:robolectric:$robolectricVersion"
|
||||||
testImplementation 'javax.inject:javax.inject:1'
|
testImplementation 'javax.inject:javax.inject:1'
|
||||||
androidTestImplementation "com.jayway.android.robotium:robotium-solo:$robotiumSoloVersion"
|
|
||||||
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
|
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
|
||||||
androidTestImplementation "androidx.test:runner:$runnerVersion"
|
androidTestImplementation "androidx.test:runner:$runnerVersion"
|
||||||
androidTestImplementation "androidx.test:rules:$rulesVersion"
|
androidTestImplementation "androidx.test:rules:$rulesVersion"
|
||||||
|
|
Loading…
Reference in New Issue