소스 검색

Merge pull request #6808 from nextcloud/dependabot/gradle/androidx.test-rules-1.3.0

Bump rules from 1.2.0 to 1.3.0
Tobias Kaminsky 4 년 전
부모
커밋
0b98f5ba5e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -367,7 +367,7 @@ dependencies {
     // dependencies for instrumented tests
     // JUnit4 Rules
     androidTestImplementation 'androidx.test.ext:junit:1.1.2'
-    androidTestImplementation 'androidx.test:rules:1.2.0'
+    androidTestImplementation 'androidx.test:rules:1.3.0'
     // Android JUnit Runner
     androidTestImplementation 'androidx.test:runner:1.3.0'
     androidTestUtil 'androidx.test:orchestrator:1.3.0'