From 68ba481b95f70a589509f78eb37770bc1bac5978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 12:43:18 +0000 Subject: [PATCH] Bump androidx.activity:activity-ktx in the gradle group Bumps the gradle group with 1 update: androidx.activity:activity-ktx. Updates `androidx.activity:activity-ktx` from 1.12.3 to 1.12.4 --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d987ee6..2e63cac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ 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.10.0' - implementation 'androidx.activity:activity-ktx:1.12.3' + implementation 'androidx.activity:activity-ktx:1.12.4' // https://mvnrepository.com/artifact/com.github.bumptech.glide/glide implementation 'com.github.bumptech.glide:glide:5.0.5'