From 9053087e5217e95798e5509647e7c5c601634be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 02:34:15 +0000 Subject: [PATCH] chore(deps): bump androidx.room:room-runtime from 2.6.0 to 2.8.5 Bumps androidx.room:room-runtime from 2.6.0 to 2.8.5. --- updated-dependencies: - dependency-name: androidx.room:room-runtime dependency-version: 2.8.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 93c3499..c219483 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,9 +56,9 @@ dependencies { implementation 'app.rive:rive-android:9.13.10' // Room Database - implementation 'androidx.room:room-runtime:2.6.0' - implementation 'androidx.room:room-ktx:2.6.0' - kapt 'androidx.room:room-compiler:2.6.0' + implementation 'androidx.room:room-runtime:2.8.5' + implementation 'androidx.room:room-ktx:2.8.5' + kapt 'androidx.room:room-compiler:2.8.5' // Lifecycle & ViewModel implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'