From 661d17de41201dcdd89ee20db66181db1f99f563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 02:46:42 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.5 to 2.8.6 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.5 to 2.8.6. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 00b4a98..942e9cf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ core-ktx = "1.13.1" appcompat = "1.6.1" material = "1.12.0" constraintlayout = "2.1.4" -lifecycle-ktx = "2.8.5" +lifecycle-ktx = "2.8.6" activity-ktx = "1.9.2" fragment-ktx = "1.5.6"