From 07c0dfeb7c4a058e5c004d9300fb934b9b42740d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 13:19:12 +0000 Subject: 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3