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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-12 00:47:06 +0300
committerGitHub <noreply@github.com>2022-11-12 00:47:06 +0300
commitbd2d6ed63add881805e11a380041cc07b5720280 (patch)
treea46635f73a5516ffff44a4d1a7ab18346a551403
parent130019498d0e2a3925f70a7f9289644d19d98b5d (diff)
Bump runner from 1.5.0 to 1.5.1
Bumps runner from 1.5.0 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--library/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/build.gradle b/library/build.gradle
index 0326f2cf..70b4f2c6 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.5.0'
+ androidTestImplementation 'androidx.test:runner:1.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.0'