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

github.com/nextcloud/Android-SingleSignOn.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 05:35:18 +0300
committerGitHub <noreply@github.com>2022-11-12 05:35:18 +0300
commitda0c03083494384f715384744db20f83fe4f06cf (patch)
tree28a717ff0d1f3e143bf86ffc466f253728786583
parent69d70e182d0cf5b273d781b532210693e1ffe31f (diff)
parentd562ce1ddd5086d1d3c72cc08cbca034c2dc54d8 (diff)
Merge pull request #496 from nextcloud/dependabot/gradle/androidx.test.espresso-espresso-core-3.5.0
-rw-r--r--sample/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index 58e2675..132cd63 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -39,5 +39,5 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
} \ No newline at end of file