From 65d5168e039f930e174972021759aa515c918877 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 04:50:34 +0000 Subject: [PATCH] Bump room-compiler from 2.2.6 to 2.3.0 Bumps room-compiler from 2.2.6 to 2.3.0. Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ed15a59..3b444b5 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.3.0" }