浏览代码

Bump espresso-core from 3.1.0 to 3.1.1

Bumps espresso-core from 3.1.0 to 3.1.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] 6 年之前
父节点
当前提交
0a2ed61fa9
共有 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'