From 22cda6fabc501bc948a3ad7e7f7907ea2a839f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:32:11 +0000 Subject: [PATCH] Bump androidx.room:room-runtime from 2.6.0-alpha03 to 2.6.0 Bumps androidx.room:room-runtime from 2.6.0-alpha03 to 2.6.0. --- updated-dependencies: - dependency-name: androidx.room:room-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Smodr/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smodr/build.gradle b/Smodr/build.gradle index 4952438c..9a66ed77 100644 --- a/Smodr/build.gradle +++ b/Smodr/build.gradle @@ -64,7 +64,7 @@ configurations { dependencies { implementation 'com.google.android.gms:play-services-oss-licenses:17.0.1' implementation 'io.reactivex.rxjava3:rxjava:3.1.6' - implementation 'androidx.room:room-runtime:2.6.0-alpha03' + implementation 'androidx.room:room-runtime:2.6.0' annotationProcessor 'androidx.room:room-compiler:2.6.0-alpha03' testImplementation 'androidx.room:room-testing:2.6.0-alpha03' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'