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
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-24 16:30:59 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-02-24 17:08:25 +0300
commit080dc3a6a9206fdc7ccd65aae286b13a60394482 (patch)
tree3ddbb11b47dc67a49ef71ed78a02f6637e7a198b
parentff26f6327864484ed184da3b95e41704c0acf80d (diff)
Bump room-runtime from 2.4.1 to 2.4.2
Bumps room-runtime 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 ... 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 05ecb6e4..dfa20c9e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -101,7 +101,7 @@ dependencies {
implementation 'com.google.android.material:material:1.5.0'
// Database
- implementation 'androidx.room:room-runtime:2.4.1'
+ implementation 'androidx.room:room-runtime:2.4.2'
annotationProcessor 'androidx.room:room-compiler:2.4.2'
// Retrofit