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

github.com/nextcloud/android-library.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2022-11-09 11:25:42 +0300
committerGitHub <noreply@github.com>2022-11-09 11:25:42 +0300
commit130019498d0e2a3925f70a7f9289644d19d98b5d (patch)
tree846d4484289cd4197800562f95a13357e18758a4
parent08996dc13852bede7a9a7d197f5bdf399b5da0c6 (diff)
parent3a45e889e995e442eac6621208d2e8dfcb14f281 (diff)
Merge pull request #989 from nextcloud/dependabot/gradle/androidx.test-runner-1.5.0
Bump runner from 1.4.0 to 1.5.0
-rw-r--r--library/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/build.gradle b/library/build.gradle
index 364dcf31..0326f2cf 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -77,7 +77,7 @@ dependencies {
androidTestImplementation 'androidx.test:rules:1.5.0'
// Android JUnit Runner
- androidTestImplementation 'androidx.test:runner:1.4.0'
+ androidTestImplementation 'androidx.test:runner:1.5.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.0'