From e876dfc5ad3ec511561298f85766e9e3abf82fd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:03:33 +0000 Subject: [PATCH] fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.7 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ae2fab4..0dc660e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ kotlinx-coroutines = "1.9.0" compose = "1.7.4" compose-multiplatform = "1.7.0" androidx-activity = "1.9.3" -androidx-lifecycle = "2.8.6" +androidx-lifecycle = "2.8.7" androidx-core = "1.13.1" androidx-fragment = "1.8.4" androidx-startup = "1.2.0"