From bfd2fb6dfcfe68ec90aafa74dd54105b70cc397c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 01:16:20 +0000 Subject: [PATCH] deps (root): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.9.3 to 2.9.4. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 4 ++-- gradle/libs.versions.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e627ea7..4d49fed 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -57,10 +57,10 @@ android { dependencies { implementation("com.github.topjohnwu.libsu:core:6.0.0") implementation("androidx.core:core-ktx:1.17.0") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.3") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4") implementation("androidx.activity:activity-compose:1.11.0") implementation("androidx.navigation:navigation-compose:2.9.3") - implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.9.3") + implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4") implementation(platform("androidx.compose:compose-bom:2025.09.00")) implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-graphics") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cbe9b0e..3e5fca1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ coreKtx = "1.17.0" junit = "4.13.2" junitVersion = "1.3.0" espressoCore = "3.7.0" -lifecycleRuntimeKtx = "2.9.3" +lifecycleRuntimeKtx = "2.9.4" activityCompose = "1.11.0" composeBom = "2025.09.00"