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>2022-02-24 15:14:53 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-02-24 17:52:17 +0300
commitd08687c9eb3366c5caba0fc14f92bee807742402 (patch)
tree7f26f190f6d395fa83635e2c82fd4ba8af28d65a
parent5d13dc0c40cd63416978fc2d7048ae7e9c39c895 (diff)
Bump roomVersion from 2.4.1 to 2.4.2
Bumps `roomVersion` from 2.4.1 to 2.4.2. Updates `room-runtime` from 2.4.1 to 2.4.2 Updates `room-compiler` from 2.4.1 to 2.4.2 --- updated-dependencies: - dependency-name: androidx.room:room-runtime dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.room:room-compiler dependency-type: direct:production update-type: version-update:semver-patch ... 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 993792aa8..654f22800 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -76,7 +76,7 @@ dependencies {
implementation 'androidx.camera:camera-view:1.1.0-beta02'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.preference:preference:1.2.0'
- def roomVersion = "2.4.1"
+ def roomVersion = "2.4.2"
implementation "androidx.room:room-runtime:$roomVersion"
annotationProcessor "androidx.room:room-compiler:$roomVersion"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'