浏览代码

Merge pull request #3354 from nextcloud/dependabot/gradle/androidx.test-rules-1.1.1

Bump rules from 1.1.0 to 1.1.1
Tobias Kaminsky 6 年之前
父节点
当前提交
efadfa6759
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -247,7 +247,7 @@ dependencies {
     testImplementation 'org.mockito:mockito-core:2.23.4'
     // dependencies for instrumented tests
     // JUnit4 Rules
-    androidTestImplementation 'androidx.test:rules:1.1.0'
+    androidTestImplementation 'androidx.test:rules:1.1.1'
     // Android JUnit Runner
     androidTestImplementation 'androidx.test:runner:1.1.0'