diff --git a/app/build.gradle b/app/build.gradle index dfef58f0..e13e0927 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -198,7 +198,7 @@ dependencies { androidTestImplementation "io.mockk:mockk-android:$mockk" androidTestImplementation "androidx.room:room-testing:$room" 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'