Bump mockito-android from 3.0.7 to 3.0.8 (#518)

This commit is contained in:
dependabot-preview[bot] 2019-09-22 11:03:41 +00:00 committed by GitHub
parent 2f44f3c4ba
commit d6ece78eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@ dependencies {
androidTestImplementation "androidx.room:room-testing:$room"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
androidTestImplementation "org.mockito:mockito-core:$mockito_core"
androidTestImplementation("org.mockito:mockito-android:3.0.7") {
androidTestImplementation("org.mockito:mockito-android:3.0.8") {
exclude group: 'org.mockito', module: 'mockito-core'
}
}