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>2021-04-22 08:24:39 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-04-22 08:44:47 +0300
commit64cb11fff30da8db2ced78b340ff2a13dab73274 (patch)
tree6567d62f06cbb97c4a537d4e0eb507eefef7228d
parent056ad5a1fe0cf93c3adbbb40a576b65aeba5df07 (diff)
Bump roomVersion from 2.2.6 to 2.3.0
Bumps `roomVersion` from 2.2.6 to 2.3.0. Updates `room-runtime` from 2.2.6 to 2.3.0 Updates `room-compiler` from 2.2.6 to 2.3.0 Signed-off-by: dependabot-preview[bot] <support@dependabot.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 ddded27f9..fee42518e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -76,7 +76,7 @@ dependencies {
implementation 'androidx.camera:camera-view:1.0.0-alpha24'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.preference:preference:1.1.1'
- def roomVersion = "2.2.6"
+ def roomVersion = "2.3.0"
implementation "androidx.room:room-runtime:$roomVersion"
annotationProcessor "androidx.room:room-compiler:$roomVersion"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'