From 7f11b8202664ea19fe83d1b1884d868bcfa5adec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:03:23 +0000 Subject: [PATCH] Bump the gradle group with 4 updates Bumps the gradle group with 4 updates: androidx.lifecycle:lifecycle-runtime-ktx, androidx.activity:activity-ktx, androidx.lifecycle:lifecycle-livedata-ktx and androidx.lifecycle:lifecycle-viewmodel-ktx. Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.4 to 2.10.0 Updates `androidx.activity:activity-ktx` from 1.11.0 to 1.12.0 Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.9.4 to 2.10.0 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.4 to 2.10.0 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: androidx.activity:activity-ktx dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index be9d6f0..46adcdd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,8 +51,8 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.4' - implementation 'androidx.activity:activity-ktx:1.11.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0' + implementation 'androidx.activity:activity-ktx:1.12.0' // https://mvnrepository.com/artifact/com.github.bumptech.glide/glide implementation 'com.github.bumptech.glide:glide:5.0.5' @@ -61,8 +61,8 @@ dependencies { implementation 'com.journeyapps:zxing-android-embedded:4.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.4' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.10.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.fragment:fragment-ktx:1.8.9'