From f33fc66b2b657a0f0430ac46f795dc680eb4dd5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 18:07:43 +0000 Subject: [PATCH] fix(deps): update lifecycle.runtime.ktx to v2.11.0 --- template/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/gradle/libs.versions.toml b/template/gradle/libs.versions.toml index 3ba8f63..166f334 100644 --- a/template/gradle/libs.versions.toml +++ b/template/gradle/libs.versions.toml @@ -11,7 +11,7 @@ espresso-core = "3.5.1" junit = "4.13.2" kotlin = "1.9.23" kotlinter = "4.2.0" -lifecycle-runtime-ktx = "2.7.0" +lifecycle-runtime-ktx = "2.11.0" [libraries] activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity-compose" }