From 0422eb64905bc14a7421338a55a4b30d678258c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 04:18:21 +0000 Subject: [PATCH] Bump room-runtime from 2.2.6 to 2.4.0 Bumps room-runtime from 2.2.6 to 2.4.0. --- updated-dependencies: - dependency-name: androidx.room:room-runtime 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..495084c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,6 +44,6 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'org.tinylog:tinylog-api:2.2.1' runtimeOnly 'org.tinylog:tinylog-impl:2.2.1' - implementation "androidx.room:room-runtime:2.2.6" + implementation "androidx.room:room-runtime:2.4.0" annotationProcessor "androidx.room:room-compiler:2.2.6" }