Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2022-01-17 12:51:30 +0300
committerStefan Niedermann <info@niedermann.it>2022-01-17 12:51:30 +0300
commitecdabd9277de1a9a080a2d805a8dc1aea9ce0e3f (patch)
treef22f0ae9f2ee498ebe5f5c95d5d2998ea36eee04 /app
parent276954e0d98d75c9e8eafd9ac3ba0cf17ab1a1fe (diff)
Bump room to 2.4.1
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8da8f6d2..7c792ef9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -101,8 +101,8 @@ dependencies {
implementation 'com.google.android.material:material:1.5.0'
// Database
- implementation 'androidx.room:room-runtime:2.3.0'
- annotationProcessor 'androidx.room:room-compiler:2.3.0'
+ implementation 'androidx.room:room-runtime:2.4.1'
+ annotationProcessor 'androidx.room:room-compiler:2.4.1'
// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'