Bladeren bron

Bump espresso-contrib from 3.1.0 to 3.1.1

Bumps espresso-contrib from 3.1.0 to 3.1.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] 6 jaren geleden
bovenliggende
commit
045e3feb81
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -253,7 +253,7 @@ dependencies {
 
 
     // Espresso core
     // Espresso core
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
-    androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0'
+    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
     // UIAutomator - for cross-app UI tests, and to grant screen is turned on in Espresso tests
     // androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
     // androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
     // fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details
     // fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details