Browse Source

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

Update dependency androidx.test:orchestrator to v1.5.1
Andy Scherzinger 8 months ago
parent
commit
045dd810c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

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