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

github.com/stefan-niedermann/nextcloud-deck.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>2021-07-01 15:09:40 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-07-01 15:17:14 +0300
commit9c91326c97794683844b11c96f90e87f79c5f7c0 (patch)
treed8aa5d7a04eed502b7d955165d374690d9dc60e8
parent915315d901e9b5b8f21a9a3f7480972159850cfc (diff)
Bump core from 1.3.0 to 1.4.0
Bumps core from 1.3.0 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.test:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 633c7a36b..7ad876a26 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -122,6 +122,6 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.5.1'
testImplementation 'org.mockito:mockito-core:3.11.2'
- testImplementation 'androidx.test:core:1.3.0'
+ testImplementation 'androidx.test:core:1.4.0'
testImplementation 'androidx.arch.core:core-testing:2.1.0'
}