瀏覽代碼

Merge pull request #12484 from nextcloud/renovate/androidxtestversion

Update dependency androidx.test:runner to v1.5.2
Andy Scherzinger 1 年之前
父節點
當前提交
f0096fc8fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -351,7 +351,7 @@ dependencies {
     androidTestImplementation 'androidx.test.ext:junit:1.1.5'
     androidTestImplementation "androidx.test:rules:$androidxTestVersion"
     // Android JUnit Runner
-    androidTestImplementation "androidx.test:runner:$androidxTestVersion"
+    androidTestImplementation "androidx.test:runner:1.5.2"
     androidTestUtil "androidx.test:orchestrator:1.4.2"
     androidTestImplementation "androidx.test:core-ktx:$androidxTestVersion"