瀏覽代碼

Merge pull request #6813 from nextcloud/dependabot/gradle/androidx.test.espresso-espresso-contrib-3.3.0

dependabot-preview[bot] 4 年之前
父節點
當前提交
db9add76c9
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      build.gradle

+ 4 - 3
build.gradle

@@ -64,6 +64,7 @@ ext {
     prismVersion = "2.0.0"
     butterknifeVersion = "10.2.3"
     androidLibraryVersion = "master-SNAPSHOT"
+    espressoVersion = "3.3.0"
 
     travisBuild = System.getenv("TRAVIS") == "true"
 
@@ -372,9 +373,9 @@ dependencies {
     androidTestUtil 'androidx.test:orchestrator:1.3.0'
 
     // Espresso core
-    androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
-    androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
-    androidTestImplementation 'androidx.test.espresso:espresso-web:3.2.0'
+    androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
+    androidTestImplementation "androidx.test.espresso:espresso-contrib:$espressoVersion"
+    androidTestImplementation "androidx.test.espresso:espresso-web:$espressoVersion"
 
     // Mocking support
     androidTestImplementation 'com.github.tmurakami:dexopener:2.0.5' // required to allow mocking on API 27 and older