From ddff00688f257a212dfbd433ae8f4b47f5da45be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:04:37 +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.9.3 to 1.10.0 --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-type: direct:production update-type: version-update:semver-minor 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 ed1fae6..d1e498f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3-native-mt' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7' - implementation 'androidx.activity:activity-ktx:1.9.3' + implementation 'androidx.activity:activity-ktx:1.10.0' // https://mvnrepository.com/artifact/com.github.bumptech.glide/glide implementation 'com.github.bumptech.glide:glide:4.16.0'