From ce262b8998d21339ee1f08f8d1da64097e4656ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:35:50 +0000 Subject: [PATCH] build: bump androidx.lifecycle:lifecycle-runtime-compose Bumps androidx.lifecycle:lifecycle-runtime-compose from 2.8.5 to 2.8.6. --- 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..15c5acf 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.6" androidxNavigation = "2.8.0" androidxRuntime = "1.7.1" androidxTestCore = "1.6.1"