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>2021-12-16 15:09:06 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-12-16 15:17:28 +0300
commit334272d3d7d849eff0dc1c6ee96483021a948f28 (patch)
tree0e00eda38add706614da29c67abbe82b52df6343
parent630e528137d0740cacc206d7fd44867a1a24bce1 (diff)
Bump roomVersion from 2.3.0 to 2.4.0
Bumps `roomVersion` from 2.3.0 to 2.4.0. Updates `room-runtime` from 2.3.0 to 2.4.0 Updates `room-compiler` from 2.3.0 to 2.4.0 --- updated-dependencies: - dependency-name: androidx.room:room-runtime dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.room:room-compiler 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 0ec53b0dc..c67b7e417 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -76,7 +76,7 @@ dependencies {
implementation 'androidx.camera:camera-view:1.0.0-alpha31'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.preference:preference:1.1.1'
- def roomVersion = "2.3.0"
+ def roomVersion = "2.4.0"
implementation "androidx.room:room-runtime:$roomVersion"
annotationProcessor "androidx.room:room-compiler:$roomVersion"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'