From 69c54f90fda93d19df69058a0ba44f577070d77b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:41:32 +0200 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.5 (#7) Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.5. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c14f2dd..c4a9e73 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -67,7 +67,7 @@ dependencies { implementation("androidx.compose.ui:ui-graphics") implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.core:core-ktx:1.13.1") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.2") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.5") implementation(platform("androidx.compose:compose-bom:2024.06.00")) implementation("com.github.skydoves:cloudy:0.1.2")