Upgrade some test dependencies.

This commit is contained in:
akwizgran
2021-04-30 14:55:08 +01:00
parent 77ed15311c
commit 0134f5da14
12 changed files with 29 additions and 21 deletions

View File

@@ -133,7 +133,7 @@ dependencies {
testImplementation project(path: ':bramble-core', configuration: 'testOutput')
testImplementation 'androidx.test:runner:1.3.0'
testImplementation 'androidx.test.ext:junit:1.1.2'
testImplementation 'androidx.fragment:fragment-testing:1.2.5'
testImplementation 'androidx.fragment:fragment-testing:1.3.3'
testImplementation "androidx.arch.core:core-testing:2.1.0"
testImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
testImplementation 'org.robolectric:robolectric:4.3.1'