From 7cae3bff63c50c70f06875afb4cf4d7fdd3ad3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 04:13:19 +0000 Subject: [PATCH] Bump room-runtime from 2.2.6 to 2.4.1 Bumps room-runtime from 2.2.6 to 2.4.1. --- 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..13cc355 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.1" annotationProcessor "androidx.room:room-compiler:2.2.6" }