From 789d61917c0bd48b4f715250bd7a49b733d9fefb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:36:23 +0000 Subject: [PATCH] build: bump androidx.lifecycle:lifecycle-runtime-compose Bumps androidx.lifecycle:lifecycle-runtime-compose from 2.8.5 to 2.8.7. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-compose 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 ebd8cfb..7a1ffd8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ androidxComposeBom = "2024.09.01" androidxCore = "1.13.1" androidxDatastore = "1.1.1" androidxHiltNavigationCompose = "1.2.0" -androidxLifecycle = "2.8.5" +androidxLifecycle = "2.8.7" androidxNavigation = "2.8.0" androidxRuntime = "1.7.1" androidxTestCore = "1.6.1"