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-07-28 16:19:12 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-07-28 20:02:04 +0300
commit07c0dfeb7c4a058e5c004d9300fb934b9b42740d (patch)
tree640e33422101223a3bd51b3b03dac64d2d785dde
parent2c72aa26ef47ce231f670a375a56c42bd0419d54 (diff)
Bump room-compiler from 2.4.2 to 2.4.3
Bumps room-compiler from 2.4.2 to 2.4.3. --- 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 1ef2761e..dc86da31 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -103,7 +103,7 @@ dependencies {
// Database
implementation 'androidx.room:room-runtime:2.4.2'
- annotationProcessor 'androidx.room:room-compiler:2.4.2'
+ annotationProcessor 'androidx.room:room-compiler:2.4.3'
// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'