From ae8ed381b47fdfeb7ff26eac0d470acc07c1370a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:35:12 +0000 Subject: [PATCH] Bump androidx.room:room-runtime from 2.6.0-alpha03 to 2.6.0-rc01 Bumps androidx.room:room-runtime from 2.6.0-alpha03 to 2.6.0-rc01. --- 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..d4b9275c 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-rc01' 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'