1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-19 08:56:46 -06:00

Bump mockito-android from 3.1.0 to 3.2.0 (#605)

This commit is contained in:
dependabot-preview[bot] 2019-12-02 16:19:20 +00:00 committed by GitHub
parent cd1438587d
commit 3690deef1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ dependencies {
androidTestImplementation "io.mockk:mockk-android:$mockk" androidTestImplementation "io.mockk:mockk-android:$mockk"
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-android:3.1.0" androidTestImplementation "org.mockito:mockito-android:3.2.0"
} }
apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.gms.google-services'