Переглянути джерело

Merge pull request #1383 from nextcloud/dependabot/gradle/androidx.test.espresso-espresso-core-3.4.0

Bump espresso-core from 3.3.0 to 3.4.0
Andy Scherzinger 3 роки тому
батько
коміт
7874aa713f
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/build.gradle

+ 1 - 1
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'