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:
authorArtur <desperateCoder@users.noreply.github.com>2020-02-10 17:25:22 +0300
committerGitHub <noreply@github.com>2020-02-10 17:25:22 +0300
commit386895a06039e0cb9ca233ce8896415df862d38a (patch)
treec9e89a6fddd0823d5de458a4f35b4793874417f2
parent136b9d1e8bd47ef60b5d8670350e2f2bae420e4d (diff)
parent236dc22a55e286be3be0e934e137d373ec11b8ad (diff)
Merge pull request #268 from stefan-niedermann/dependabot/gradle/rootProject.archLifecycleVersion-2.2.0
Bump rootProject.archLifecycleVersion from 2.1.0 to 2.2.0
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 7243cf59a..94b89f84d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,5 +30,5 @@ task clean(type: Delete) {
ext {
roomVersion = '2.2.3'
retrofitVersion = '2.7.1'
- archLifecycleVersion = '2.1.0'
+ archLifecycleVersion = '2.2.0'
} \ No newline at end of file