From b758bf2907b7da7a81f672f9578e758c2876df53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 07:04:19 +0000 Subject: [PATCH] build(deps): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.9.3 to 2.9.4. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.4 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 6e391cb..1cfc828 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ android = "8.13.0" kotlin = "2.2.20" coreKtx = "1.17.0" compose = "1.9.1" -lifecycle = "2.9.3" +lifecycle = "2.9.4" activityCompose = "1.11.0" accompanist = "0.36.0"