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
path: root/app
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2023-03-09 12:35:24 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-03-09 12:48:43 +0300
commitb909729d6c4f23299f100d989daf08cfcc063075 (patch)
tree1aed82e7a20c3538ab9bd89665f21d431d2917c9 /app
parent2f130e6c47c2bb3b5741532418855cf5c84f2604 (diff)
deps: Update dependencies
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f20c9b691..7cec750ba 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -136,5 +136,5 @@ dependencies {
testImplementation 'org.robolectric:robolectric:4.9.2'
testImplementation 'org.mockito:mockito-core:5.1.1'
testImplementation 'androidx.test:core:1.5.0'
- testImplementation 'androidx.arch.core:core-testing:2.1.0'
+ testImplementation 'androidx.arch.core:core-testing:2.2.0'
}