From 7dab07b88522a5b26e6da038faf2794bdf2b138d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 30 Oct 2024 18:00:29 +0000 Subject: [PATCH] Update dependency androidx.lifecycle:lifecycle-runtime-ktx 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 53a438d..4c6b512 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ espressoCore = "3.6.1" junit = "4.13.2" junitVersion = "1.2.1" kotlin = "2.0.21" -lifecycleRuntimeKtx = "2.8.6" +lifecycleRuntimeKtx = "2.8.7" [libraries] androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }