1
0

Bump mockito-android from 3.2.4 to 3.3.1 (#696)

This commit is contained in:
dependabot-preview[bot]
2020-02-27 20:35:50 +00:00
committed by GitHub
parent 7b502ce9a8
commit e21de811e2

View File

@ -198,7 +198,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.2.4" androidTestImplementation "org.mockito:mockito-android:3.3.1"
} }
apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.gms.google-services'