Parcourir la source

Merge pull request #3353 from nextcloud/dependabot/gradle/androidx.test.espresso-espresso-core-3.1.1

Bump espresso-core from 3.1.0 to 3.1.1
Tobias Kaminsky il y a 6 ans
Parent
commit
ad60cc2415
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -252,7 +252,7 @@ dependencies {
     androidTestImplementation 'androidx.test:runner:1.1.0'
 
     // Espresso core
-    androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
+    androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
     androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.1'
     // UIAutomator - for cross-app UI tests, and to grant screen is turned on in Espresso tests
     // androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'