From 5a0aeb3bd653a4f3505dadb4067b402b079e3faf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 07:30:16 +0000 Subject: [PATCH] fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.9.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 f592b6f..2a3c3a5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ coreKtx = "1.16.0" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" -lifecycleRuntimeKtx = "2.9.0" +lifecycleRuntimeKtx = "2.9.1" appcompat = "1.7.1" material = "1.12.0" media3 = "1.7.1"