From 73ae235aab0f9dee6edda2d1b263db17d5f987d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 19:09:51 +0000 Subject: [PATCH] Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.1 --- 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 3e1970c4..bdf884a2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidx-collection = "1.4.0" androidx-appcompat = "1.6.1" androidx-exifinterface = "1.3.7" androidx-activity-compose = "1.9.0" -androidx-lifecycle-runtime-ktx = "2.8.0" +androidx-lifecycle-runtime-ktx = "2.8.1" spotless = "6.25.0" ktlint = "0.50.0" publish = "0.28.0"