From 2b2035f26fd4daef5e7291318b796173c6acf9c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:35:01 +0000 Subject: [PATCH] Update dependency androidx.lifecycle:lifecycle-runtime-android to v2.8.7 --- 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 575b035..d8528e0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ koin = "4.0.0" ktorClient = "3.0.0" kotlinxCoroutines = "1.9.0" coil3 = "3.0.0-rc01" -lifecycleRuntimeAndroid = "2.8.6" +lifecycleRuntimeAndroid = "2.8.7" lifecycle = "2.8.3" [plugins]