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:04:03 +0300
committerGitHub <noreply@github.com>2022-11-09 05:04:03 +0300
commit6d4aa612f4b947cbfa3934e2cef05f569848bc04 (patch)
treea09ab8c461b294e6f472d1604ee2227d812d68ce
parent12982fe8a02b99cc6e681b454466ae15bc538b71 (diff)
Bump rules from 1.4.0 to 1.5.0
Bumps rules from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test:rules 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..a103764a 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -74,7 +74,7 @@ dependencies {
// JUnit4 Rules
androidTestImplementation "junit:junit:$junit_version"
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
- androidTestImplementation 'androidx.test:rules:1.4.0'
+ androidTestImplementation 'androidx.test:rules:1.5.0'
// Android JUnit Runner
androidTestImplementation 'androidx.test:runner:1.4.0'