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:14:31 +0300
committerGitHub <noreply@github.com>2022-11-09 11:14:31 +0300
commitcff3847ca5867f407e9933578e1e8c09fbec3c9d (patch)
treec77e495d197befbc808d1836e062d5c85b940155
parentd1c1e915035d5aba02e751ad75d35c02798a01dc (diff)
parent58562aa3fcf7d96755c4cd74cb6aa8f070bc9323 (diff)
Merge pull request #990 from nextcloud/dependabot/gradle/androidx.test.espresso-espresso-core-3.5.0
Bump espresso-core from 3.4.0 to 3.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 d9c4db9f..19248068 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -79,7 +79,7 @@ dependencies {
// Android JUnit Runner
androidTestImplementation 'androidx.test:runner:1.4.0'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.0'
androidTestImplementation 'commons-io:commons-io:2.11.0'
}