From f09e4ccc567700b1e320ab6299b3e1342f778bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 05:32:25 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.10.0 to 2.11.0 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.10.0 to 2.11.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.11.0 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 17116de..cec749d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -172,7 +172,7 @@ dependencies { implementation("androidx.core:core-ktx:1.19.0") implementation("androidx.activity:activity-ktx:1.13.0") implementation("androidx.appcompat:appcompat:1.7.1") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.11.0") implementation("com.google.android.material:material:1.14.0") implementation("com.joaomgcd:taskerpluginlibrary:0.4.10") implementation("com.nerdoftheherd:android-dropbear:2026.91")