From cae05a3d4175aec667dfc79b216294430bf23784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:45:21 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.4 to 2.8.6 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.4 to 2.8.6. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e1d5f77e2..f00645fd7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -110,7 +110,7 @@ dependencies { implementation("androidx.navigation:navigation-compose:2.7.7") implementation("androidx.compose.material3:material3:1.2.1") implementation("androidx.compose.ui:ui-tooling-preview:1.6.8") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6") implementation("androidx.activity:activity-compose:1.9.1") implementation("androidx.constraintlayout:constraintlayout-compose:1.0.1")