Browse Source

Merge pull request #13202 from nextcloud/renovate/androidx.test-orchestrator-1.x

Update dependency androidx.test:orchestrator to v1.5.0
Andy Scherzinger 10 tháng trước cách đây
mục cha
commit
4b47734054
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -382,7 +382,7 @@ dependencies {
     androidTestImplementation "androidx.test:rules:$androidxTestVersion"
     // Android JUnit Runner
     androidTestImplementation "androidx.test:runner:1.5.2"
-    androidTestUtil "androidx.test:orchestrator:1.4.2"
+    androidTestUtil "androidx.test:orchestrator:1.5.0"
     androidTestImplementation "androidx.test:core-ktx:$androidxTestVersion"
 
     // Espresso