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>2020-03-24 09:42:34 +0300
committerGitHub <noreply@github.com>2020-03-24 09:42:34 +0300
commit5b4c9cfedb4d531ec9ad888f8d258853b8a3cb96 (patch)
tree961dfd0337c200b77fd4cb10e1e1c01f3fe0552f /build.gradle
parent85f6b4d416839a0226abeb21f0bae0090f374e12 (diff)
Bump rootProject.roomVersion from 2.2.3 to 2.2.5
Bumps `rootProject.roomVersion` from 2.2.3 to 2.2.5. Updates `room-runtime` from 2.2.3 to 2.2.5 Updates `room-compiler` from 2.2.3 to 2.2.5 Updates `room-testing` from 2.2.3 to 2.2.5 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 f1c863bac..4561e4dc2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,7 +28,7 @@ task clean(type: Delete) {
}
ext {
- roomVersion = '2.2.3'
+ roomVersion = '2.2.5'
retrofitVersion = '2.7.1'
archLifecycleVersion = '2.2.0'
} \ No newline at end of file