From 2ce90a0d3d4d0172de8858e36b5f8d60b21adbb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 09:24:41 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-livedata-ktx from 2.8.1 to 2.8.2 Bumps androidx.lifecycle:lifecycle-livedata-ktx from 2.8.1 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 9dd4ec1..2889f02 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ material = "1.12.0" annotation = "1.8.0" constraintlayout = "2.1.4" lifecycleViewmodelKtx = "2.8.2" -lifecycleLivedataKtx = "2.8.1" +lifecycleLivedataKtx = "2.8.2" activity = "1.9.0" [libraries]