From ab3f599f40d7e0bad70089d2c36f0c6d05e2e032 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 11:45:21 -0400 Subject: [PATCH] Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.0 (#173) 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 67c42ab..5f83750 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ kotlinter = "4.3.0" ksp = "1.9.23-1.0.20" ktxCore = "1.13.1" leakCanary = "2.14" -lifecycle = "2.7.0" +lifecycle = "2.8.0" material = "1.12.0" minSdk = "21" moshi = "1.15.1"