1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 06:59:10 -05:00

Bump mockito-android from 3.0.1 to 3.0.2 (#444)

This commit is contained in:
dependabot-preview[bot] 2019-07-12 08:47:11 +00:00 committed by GitHub
parent 7136c9282e
commit 0b68091e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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