From 17429f677d2c7694bc20758edcdd346455f1b485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:31:29 +0000 Subject: [PATCH] Bump androidx.compose.runtime:runtime-livedata from 1.7.8 to 1.9.5 Bumps androidx.compose.runtime:runtime-livedata from 1.7.8 to 1.9.5. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime-livedata dependency-version: 1.9.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d66e0d5..69415d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,7 @@ dependencies { implementation 'androidx.activity:activity-compose:1.9.3' // Integration with ViewModels implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.9.1" - implementation "androidx.compose.runtime:runtime-livedata:1.7.8" + implementation "androidx.compose.runtime:runtime-livedata:1.9.5" // Integration with Navigation implementation "androidx.navigation:navigation-compose:2.8.8" implementation 'com.google.android.material:material:1.12.0'