From a82369f9147236876ccfaf8600f5890c805c6a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 04:53:31 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.9.1 to 2.9.2 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.9.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-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 9a750b9..81a835f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -168,7 +168,7 @@ dependencies { implementation("androidx.core:core-ktx:1.16.0") implementation("androidx.activity:activity-ktx:1.10.1") implementation("androidx.appcompat:appcompat:1.7.1") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.1") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.2") implementation("com.google.android.material:material:1.12.0") implementation("com.joaomgcd:taskerpluginlibrary:0.4.10") implementation("com.nerdoftheherd:android-dropbear:2025.88")