From 93116e9301d0fb623ec5be867ea08ef2461c0a29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:24:31 +0000 Subject: [PATCH] chore(deps): update lifecycle to v2.9.1 (#2026) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 c6fd13a5d..06b229a80 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ kotlin = "2.1.21" kotlinx-collections-immutable = "0.4.0" kotlinx-coroutines-android = "1.10.2" kotlinx-serialization-json = "1.8.1" -lifecycle = "2.9.0" +lifecycle = "2.9.1" material = "1.12.0" material3 = "1.4.0-alpha15" mgrs = "2.1.3"