diff --git a/app/build.gradle b/app/build.gradle index 15f2dd8c2..836f7d6de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -305,7 +305,7 @@ dependencies { testImplementation "org.powermock:powermock-module-junit4:${powermockVersion}" testImplementation "org.powermock:powermock-api-mockito2:${powermockVersion}" - androidTestImplementation ('androidx.test.espresso:espresso-core:3.3.0', { + androidTestImplementation ('androidx.test.espresso:espresso-core:3.4.0', { exclude group: 'com.android.support', module: 'support-annotations' }) spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'