From f0c4f50240a6450f5215cdd77d2487d91a6f95b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 12:29:20 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-livedata-ktx from 2.9.2 to 2.9.3 Bumps androidx.lifecycle:lifecycle-livedata-ktx from 2.9.2 to 2.9.3. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.9.3 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 633eb38..37ed439 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ espressoCore = "3.7.0" appcompat = "1.7.1" material = "1.12.0" constraintlayout = "2.2.1" -lifecycleLivedataKtx = "2.9.2" +lifecycleLivedataKtx = "2.9.3" lifecycleViewmodelKtx = "2.9.2" navigationFragment = "2.9.3" navigationUi = "2.9.3"