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-09 05:01:01 +0300
committerGitHub <noreply@github.com>2022-11-09 05:01:01 +0300
commit4f330e91e81e31e3f11dcfd405890829950d7479 (patch)
tree5f1e5a86a990fd9ddb8f54298fb610b31e43fdee
parent12982fe8a02b99cc6e681b454466ae15bc538b71 (diff)
Bump espresso-contrib from 3.4.0 to 3.5.0
Bumps espresso-contrib from 3.4.0 to 3.5.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-contrib dependency-type: direct:production update-type: version-update:semver-minor ... 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 e7bf9697..d43267bc 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -80,7 +80,7 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
- androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.4.0'
+ androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.0'
androidTestImplementation 'commons-io:commons-io:2.11.0'
}