From aa411385b55df85495c6968caf44d7f0f8b9e3bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:36:34 +0000 Subject: [PATCH] Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.9.4 --- 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 7543ab5..1b8e6ad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ core-ktx = "1.17.0" junit = "4.13.2" androidx-test-ext-junit = "1.3.0" espresso-core = "3.7.0" -lifecycle-runtime-ktx = "2.9.3" +lifecycle-runtime-ktx = "2.9.4" activity-compose = "1.10.1" compose-plugin = "1.8.2" compose-bom = "2025.08.01"