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-07-28 15:22:55 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-07-28 20:02:28 +0300
commit0a511ebfbec28cb3cd7f5ccd87c56572b2bd536c (patch)
treef8040111aefed59284682435b25a02d1042d2bca
parent712c7f797b01c563928c37d2f832b4c5d171b32f (diff)
Bump roomVersion from 2.4.2 to 2.4.3
Bumps `roomVersion` from 2.4.2 to 2.4.3. Updates `room-runtime` from 2.4.2 to 2.4.3 Updates `room-compiler` from 2.4.2 to 2.4.3 --- 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 bac5e1d42..7e0e7abc7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -77,7 +77,7 @@ dependencies {
implementation 'androidx.camera:camera-view:1.2.0-alpha03'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'
- def roomVersion = "2.4.2"
+ def roomVersion = "2.4.3"
implementation "androidx.room:room-runtime:$roomVersion"
annotationProcessor "androidx.room:room-compiler:$roomVersion"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'