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:13:47 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-02-24 16:29:28 +0300
commitff26f6327864484ed184da3b95e41704c0acf80d (patch)
treefd9fd50b8b032fc74e265308442d5408f9109a15
parent2761de7ac5bef97de791fb9993ad5cb956af9b9d (diff)
Bump room-compiler from 2.4.1 to 2.4.2
Bumps room-compiler from 2.4.1 to 2.4.2. --- updated-dependencies: - 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 43f7a3a0..05ecb6e4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -102,7 +102,7 @@ dependencies {
// Database
implementation 'androidx.room:room-runtime:2.4.1'
- annotationProcessor 'androidx.room:room-compiler:2.4.1'
+ annotationProcessor 'androidx.room:room-compiler:2.4.2'
// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'