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-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-06 08:25:59 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2019-09-15 12:05:35 +0300
commit0411d17b81ef79ec40abf57800216f3a1f0a001c (patch)
tree33634a6fa340db476c299991a488a819e41a0079 /build.gradle
parentcb4cab1be69dff9ccef7fdab8d3179f1da1be38b (diff)
Bump rootProject.archLifecycleVersion from 2.0.0 to 2.1.0
Bumps `rootProject.archLifecycleVersion` from 2.0.0 to 2.1.0. Updates `lifecycle-extensions` from 2.0.0 to 2.1.0 Updates `lifecycle-compiler` from 2.0.0 to 2.1.0 Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index c493f6fa3..29b4bba09 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,5 +29,5 @@ task clean(type: Delete) {
ext {
roomVersion = '2.1.0'
- archLifecycleVersion = '2.0.0'
+ archLifecycleVersion = '2.1.0'
} \ No newline at end of file