Browse Source

Bump espresso-contrib from 3.1.1 to 3.2.0

Bumps espresso-contrib from 3.1.1 to 3.2.0.
# Conflicts:
#	build.gradle
dependabot-preview[bot] 6 years ago
parent
commit
660093f71c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -311,7 +311,7 @@ dependencies {
 
     // Espresso core
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
-    androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.1'
+    androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
     androidTestImplementation 'org.mockito:mockito-core:2.27.0'
     // UIAutomator - for cross-app UI tests, and to grant screen is turned on in Espresso tests
     // androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'