From 90a016f7c4bdc3fe07b77ea7ba18da2dc693c095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 04:05:29 +0000 Subject: [PATCH] Bump room-compiler from 2.2.6 to 2.5.0 Bumps room-compiler from 2.2.6 to 2.5.0. --- updated-dependencies: - dependency-name: androidx.room:room-compiler dependency-type: direct:production update-type: version-update:semver-minor ... 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 ed15a59..3c42bff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,5 +45,5 @@ dependencies { implementation 'org.tinylog:tinylog-api:2.2.1' runtimeOnly 'org.tinylog:tinylog-impl:2.2.1' implementation "androidx.room:room-runtime:2.2.6" - annotationProcessor "androidx.room:room-compiler:2.2.6" + annotationProcessor "androidx.room:room-compiler:2.5.0" }