소스 검색

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

Update dependency androidx.test:orchestrator to v1.5.1
Andy Scherzinger 9 달 전
부모
커밋
045dd810c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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