From ac8827456f3c283f5e9c32ea596f30b2c30a4bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:11:40 +0000 Subject: [PATCH] build(deps): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.6 to 2.8.7. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-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 c4bac18..b1ad6ca 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ androidx-browser = "androidx.browser:browser:1.8.0" androidx-core-ktx = "androidx.core:core-ktx:1.15.0" androidx-core-splashscreen = "androidx.core:core-splashscreen:1.2.0-alpha02" androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.1.1" -androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.8.6" +androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7" androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.7" androidx-activity-compose = "androidx.activity:activity-compose:1.9.3" androidx-navigation-runtime-ktx = "androidx.navigation:navigation-runtime-ktx:2.8.3"