From 608c37974ccba525e7d8603ded89d8c21b86d612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 08:01:41 +0000 Subject: [PATCH] Bump androidx.room:room-compiler from 2.6.0-alpha03 to 2.6.0 Bumps androidx.room:room-compiler from 2.6.0-alpha03 to 2.6.0. --- updated-dependencies: - dependency-name: androidx.room:room-compiler 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 60a043fa..a5188053 100644 --- a/Smodr/build.gradle +++ b/Smodr/build.gradle @@ -65,7 +65,7 @@ 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' - annotationProcessor 'androidx.room:room-compiler:2.6.0-alpha03' + annotationProcessor 'androidx.room:room-compiler:2.6.0' testImplementation 'androidx.room:room-testing:2.6.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12' implementation 'androidx.legacy:legacy-support-v4:1.0.0'