浏览代码

Merge pull request #4104 from nextcloud/dependabot/gradle/androidx.test-core-1.2.0

Bump core from 1.1.0 to 1.2.0
Andy Scherzinger 5 年之前
父节点
当前提交
9b3adc092d
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      build.gradle

+ 3 - 3
build.gradle

@@ -295,7 +295,7 @@ dependencies {
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.12'
     testImplementation 'org.mockito:mockito-core:2.28.2'
-    testImplementation 'androidx.test:core:1.1.0'
+    testImplementation 'androidx.test:core:1.2.0'
     testImplementation 'org.powermock:powermock-core:2.0.2'
     testImplementation 'org.powermock:powermock-module-junit4:2.0.2'
     testImplementation 'org.powermock:powermock-api-mockito2:2.0.2'
@@ -305,9 +305,9 @@ dependencies {
     // dependencies for instrumented tests
     // JUnit4 Rules
     androidTestImplementation 'androidx.test.ext:junit:1.1.1'
-    androidTestImplementation 'androidx.test:rules:1.1.1'
+    androidTestImplementation 'androidx.test:rules:1.2.0'
     // Android JUnit Runner
-    androidTestImplementation 'androidx.test:runner:1.1.1'
+    androidTestImplementation 'androidx.test:runner:1.2.0'
 
     // Espresso core
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'