From 814ddea985ec5a0f7fcb4ba1b25f397a5f25416b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 06:26:30 +0000 Subject: [PATCH] Bump androidx.room:room-ktx from 2.5.2 to 2.6.1 in /App Bumps androidx.room:room-ktx from 2.5.2 to 2.6.1. --- updated-dependencies: - dependency-name: androidx.room:room-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- App/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/app/build.gradle b/App/app/build.gradle index 6098fca..8160d63 100644 --- a/App/app/build.gradle +++ b/App/app/build.gradle @@ -93,7 +93,7 @@ dependencies { // Room (SQLite database) - https://developer.android.com/training/data-storage/room implementation 'androidx.room:room-runtime:2.5.2' annotationProcessor 'androidx.room:room-compiler:2.5.2' - implementation 'androidx.room:room-ktx:2.5.2' + implementation 'androidx.room:room-ktx:2.6.1' ksp 'androidx.room:room-compiler:2.5.2' // Testing