From 63fc2c7c1af5b9de5560505ce5874ec8db268f87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 19:06:51 +0000 Subject: [PATCH] Update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.8.2 --- 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 181acd3..47b578d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ hilt = "2.51.1" kotlin = "2.0.0" kotlin-coroutines = "1.8.1" kotlin-serialization = "1.7.0" -lifecycle = "2.7.0" # update to 2.8.x when it fixes the crash on release version that happens on 2.8.2 +lifecycle = "2.8.2" # update to 2.8.x when it fixes the crash on release version that happens on 2.8.2 navigation = "2.7.7" navigation-hilt = "1.2.0" okhttp-logging-interceptor = "4.12.0"