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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-28 20:02:30 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-07-28 23:01:52 +0300
commit68b720ea4daa9596a49b19a7648d8f6b0517fc55 (patch)
tree3714ba54a9c6c41374f4f6f703b3dfb06d7a5704 /app
parent07c0dfeb7c4a058e5c004d9300fb934b9b42740d (diff)
Bump room-runtime from 2.4.2 to 2.4.3
Bumps room-runtime 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 ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index dc86da31..82c43162 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -102,7 +102,7 @@ dependencies {
implementation 'com.google.android.material:material:1.6.1'
// Database
- implementation 'androidx.room:room-runtime:2.4.2'
+ implementation 'androidx.room:room-runtime:2.4.3'
annotationProcessor 'androidx.room:room-compiler:2.4.3'
// Retrofit