From ef2cb6df2eea01d989683b514bcbcba206cfe7fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 05:08:42 +0000 Subject: [PATCH] fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.11.0 --- 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 d941da2f..556e6d9a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ androidx-hilt-work = { module = "androidx.hilt:hilt-work", version = "1.3.0" } androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version = "1.3.0" } androidx-junit = { module = "androidx.test.ext:junit", version = "1.3.0" } androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version = "2.10.0" } -androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.10.0" } +androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.11.0" } androidx-material = { module = "androidx.compose.material:material" } androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" } # v4 uses Material 3 expressive APIs that are not available in the stable 1.4 line.