Fix test and androidTest dependencies

This commit is contained in:
Dominik Schürmann 2020-07-01 22:03:41 +02:00
parent 1fde5bd355
commit 06b839d14f
1 changed files with 9 additions and 9 deletions

View File

@ -167,17 +167,17 @@ dependencies {
fullImplementation 'org.jmdns:jmdns:3.5.5'
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:runner:1.2.0'
testImplementation 'androidx.test:rules:1.2.0'
testImplementation 'androidx.test:monitor:1.2.0'
testImplementation 'androidx.test.ext:junit:1.1.1'
testImplementation 'junit:junit:4.13'
testImplementation 'org.robolectric:robolectric:4.3'
testImplementation 'org.mockito:mockito-core:3.3.3'
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.uiautomator:uiautomator:2.2.0'
}