Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2022-05-22 19:40:33 +0300
committerGitHub <noreply@github.com>2022-05-22 19:40:33 +0300
commite69ab2171eff2095dea8446792ea133249df84e4 (patch)
tree4723456a4749016f213ff997eae2c5a250a594d5
parent8cea80d14e0f7d743161946b44c6f2bab2fd4a14 (diff)
parentf16c2c163b5bd83b1a141165831d1066ed5c29de (diff)
Merge pull request #1072 from nextcloud/dependabot/gradle/androidx.test-runner-1.4.0
Bump runner from 1.3.0 to 1.4.0
-rw-r--r--News-Android-App/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index 0b4a4500..9ede7308 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -211,7 +211,7 @@ dependencies {
androidTestImplementation 'androidx.test:core:1.3.0'
// AndroidJUnitRunner and JUnit Rules
- androidTestImplementation 'androidx.test:runner:1.3.0'
+ androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test:rules:1.4.0'
// Assertions