From bb5c1a7d82c56c088ee14d4d622efe47d17b14d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 03:35:13 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.5.1 to 2.9.2 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.5.1 to 2.9.2. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 df2c984..88535ee 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -71,7 +71,7 @@ dependencies { implementation("androidx.compose.ui:ui:$composeVersion") implementation("androidx.compose.material:material:$composeVersion") implementation("androidx.compose.ui:ui-tooling-preview:$composeVersion") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.2") implementation("androidx.activity:activity-compose:1.4.0") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.2.1")