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>2022-11-09 15:02:25 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-11-09 16:13:11 +0300
commitbe91dd4a5c66f03db83f946f6e0a2bb06894cfeb (patch)
tree64df3b39e0826cbfa235f889cbb4f0fe1b3ed6ee
parent304414ceb953706a00bde8f26ce1d83eabcc9190 (diff)
Bump core from 1.4.0 to 1.5.0
Bumps core from 1.4.0 to 1.5.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 e80bfe2d8..54b114b9d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -129,6 +129,6 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.9'
testImplementation 'org.mockito:mockito-core:4.8.1'
- testImplementation 'androidx.test:core:1.4.0'
+ testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.arch.core:core-testing:2.1.0'
}