소스 검색

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 6 년 전
부모
커밋
ad60cc2415
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'