소스 검색

Bump espresso-core from 3.1.1 to 3.2.0

Bumps espresso-core from 3.1.1 to 3.2.0.
dependabot-preview[bot] 6 년 전
부모
커밋
1649e17d0d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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