Fix test and androidTest dependencies
This commit is contained in:
parent
1fde5bd355
commit
06b839d14f
@ -167,17 +167,17 @@ dependencies {
|
|||||||
fullImplementation 'org.jmdns:jmdns:3.5.5'
|
fullImplementation 'org.jmdns:jmdns:3.5.5'
|
||||||
fullImplementation 'org.nanohttpd:nanohttpd:2.3.1'
|
fullImplementation 'org.nanohttpd:nanohttpd:2.3.1'
|
||||||
|
|
||||||
testImplementation 'org.robolectric:robolectric:4.3'
|
|
||||||
testImplementation 'junit:junit:4.12'
|
|
||||||
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60'
|
|
||||||
testImplementation 'org.mockito:mockito-core:2.7.22'
|
|
||||||
|
|
||||||
testImplementation 'androidx.test:core:1.2.0'
|
testImplementation 'androidx.test:core:1.2.0'
|
||||||
testImplementation 'androidx.test:runner:1.2.0'
|
testImplementation 'junit:junit:4.13'
|
||||||
testImplementation 'androidx.test:rules:1.2.0'
|
testImplementation 'org.robolectric:robolectric:4.3'
|
||||||
testImplementation 'androidx.test:monitor:1.2.0'
|
testImplementation 'org.mockito:mockito-core:3.3.3'
|
||||||
testImplementation 'androidx.test.ext:junit:1.1.1'
|
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60'
|
||||||
|
|
||||||
|
androidTestImplementation 'androidx.test:core:1.2.0'
|
||||||
|
androidTestImplementation 'androidx.test:runner:1.2.0'
|
||||||
|
androidTestImplementation 'androidx.test:rules:1.2.0'
|
||||||
|
androidTestImplementation 'androidx.test:monitor:1.2.0'
|
||||||
|
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
||||||
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
|
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user