From f36d88c0ff48881cab996583d475a9070105a5f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 08:58:55 +0000 Subject: [PATCH] chore(phone): bump androidx.room:room-runtime in /phone Bumps androidx.room:room-runtime from 2.6.1 to 2.8.4. --- updated-dependencies: - dependency-name: androidx.room:room-runtime dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- phone/app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phone/app/build.gradle.kts b/phone/app/build.gradle.kts index 654ff4a..e935bb1 100644 --- a/phone/app/build.gradle.kts +++ b/phone/app/build.gradle.kts @@ -83,9 +83,9 @@ dependencies { implementation("androidx.compose.material3:material3") // Room database - implementation("androidx.room:room-runtime:2.6.1") - implementation("androidx.room:room-ktx:2.6.1") - ksp("androidx.room:room-compiler:2.6.1") + implementation("androidx.room:room-runtime:2.8.4") + implementation("androidx.room:room-ktx:2.8.4") + ksp("androidx.room:room-compiler:2.8.4") // WorkManager implementation("androidx.work:work-runtime-ktx:2.9.1")