From 7f418892250119bc620a0e8360b9e5f18a1e8650 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:59:05 +0900 Subject: [PATCH] Update lifecycle to v2.8.4 (#544) 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 a81886ab..756c3dd8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ kotlinx-datetime = "0.6.0" corektx = "1.13.1" appcompat = "1.7.0" activity = "1.9.0" -lifecycle = "2.8.3" +lifecycle = "2.8.4" navigation = "2.7.7" startup = "1.1.1" security = "1.1.0-alpha06"