diff --git a/app/build.gradle b/app/build.gradle index 170bad50d..f56e6f2b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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.8") { + androidTestImplementation("org.mockito:mockito-android:3.0.11") { exclude group: 'org.mockito', module: 'mockito-core' } }