Эх сурвалжийг харах

Merge pull request #13424 from nextcloud/renovate/androidx.test-runner-1.x

fix(deps): update dependency androidx.test:runner to v1.6.2
Andy Scherzinger 10 сар өмнө
parent
commit
bd217d9ac2
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -382,7 +382,7 @@ dependencies {
     androidTestImplementation 'androidx.test.ext:junit:1.2.1'
     androidTestImplementation "androidx.test:rules:$androidxTestVersion"
     // Android JUnit Runner
-    androidTestImplementation "androidx.test:runner:1.6.1"
+    androidTestImplementation "androidx.test:runner:1.6.2"
     androidTestUtil "androidx.test:orchestrator:1.5.0"
     androidTestImplementation "androidx.test:core-ktx:$androidxTestVersion"