From f2d9ce9dd46471ffb56e70649c71abe02de3c8b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 04:20:03 +0000 Subject: [PATCH] Bump room-runtime from 2.2.6 to 2.4.3 Bumps room-runtime from 2.2.6 to 2.4.3. --- 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..984f0e9 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.3" annotationProcessor "androidx.room:room-compiler:2.2.6" }