From 080dc3a6a9206fdc7ccd65aae286b13a60394482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 13:30:59 +0000 Subject: Bump room-runtime from 2.4.1 to 2.4.2 Bumps room-runtime from 2.4.1 to 2.4.2. --- updated-dependencies: - dependency-name: androidx.room:room-runtime dependency-type: direct:production update-type: version-update:semver-patch ... 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 05ecb6e4..dfa20c9e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,7 +101,7 @@ dependencies { implementation 'com.google.android.material:material:1.5.0' // Database - implementation 'androidx.room:room-runtime:2.4.1' + implementation 'androidx.room:room-runtime:2.4.2' annotationProcessor 'androidx.room:room-compiler:2.4.2' // Retrofit -- cgit v1.2.3