From e2ed2267f08bf9de5a650a381f6db5aeaae4db4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 07:23:34 +0000 Subject: [PATCH] chore(deps): bump androidx.lifecycle:lifecycle-livedata-ktx Bumps androidx.lifecycle:lifecycle-livedata-ktx from 2.8.0 to 2.8.2. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-livedata-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 70cbb5f..2503736 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ material = "1.12.0" constraintlayout = "2.1.4" navigation-fragment-ktx = "2.7.7" tapsell = "1.0.1-beta07" -lifecycle-livedata-ktx = "2.8.0" +lifecycle-livedata-ktx = "2.8.2" lifecycle-viewmodel-ktx = "2.8.0" lifecycle-runtime-ktx = "2.8.0" activity-compose = "1.9.0"