Upgrade robolectric to 4.0.1

This commit is contained in:
Julian Dehm
2018-11-07 17:11:21 +01:00
parent 53da13794f
commit d4f015d054
7 changed files with 16 additions and 23 deletions

View File

@@ -123,7 +123,7 @@ dependencies {
testImplementation project(path: ':bramble-api', configuration: 'testOutput')
testImplementation project(path: ':bramble-core', configuration: 'testOutput')
testImplementation 'org.robolectric:robolectric:3.8'
testImplementation 'org.robolectric:robolectric:4.0.1'
testImplementation 'org.robolectric:shadows-support-v4:3.3.2'
testImplementation 'org.mockito:mockito-core:2.13.0'
testImplementation 'junit:junit:4.12'