From e14f8d1964e871edf6628befe14b2a3dfe054971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:51:33 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-compose from 2.8.7 to 2.10.0 Bumps androidx.lifecycle:lifecycle-runtime-compose from 2.8.7 to 2.10.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-compose dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- chartLibCompose/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chartLibCompose/build.gradle.kts b/chartLibCompose/build.gradle.kts index d4529a4d1..037078387 100644 --- a/chartLibCompose/build.gradle.kts +++ b/chartLibCompose/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { implementation("androidx.compose.foundation:foundation") implementation("androidx.compose.runtime:runtime") implementation("androidx.compose.runtime:runtime-saveable") - implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.7") + implementation("androidx.lifecycle:lifecycle-runtime-compose:2.10.0") testImplementation("junit:junit:4.13.2") }