瀏覽代碼

Merge pull request #8720 from nextcloud/dependabot/gradle/androidx.test-orchestrator-1.4.0

Bump orchestrator from 1.3.0 to 1.4.0
Andy Scherzinger 4 年之前
父節點
當前提交
75582183e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -357,7 +357,7 @@ dependencies {
     androidTestImplementation 'androidx.test:rules:1.4.0'
     // Android JUnit Runner
     androidTestImplementation 'androidx.test:runner:1.3.0'
-    androidTestUtil 'androidx.test:orchestrator:1.3.0'
+    androidTestUtil 'androidx.test:orchestrator:1.4.0'
 
     // Espresso core
     androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"