From a13c2a47b764784a506010575d9d5cb82cf51c46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:06:06 +0000 Subject: [PATCH] fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.8.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 5e8e48f..608b7b7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ ksp = "2.0.10-1.0.24" hilt = "2.51.1" orbitMVI = "9.0.0" coreKtx = "1.13.1" -lifecycle = "2.8.3" +lifecycle = "2.8.4" activityCompose = "1.9.1" constraintlayoutCompose = "1.0.1" composeBom = "2024.06.00"