From 495bf8273efd05238c311fdadabd171df18a2052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:49:56 +0000 Subject: [PATCH] Bump androidx.preference:preference-ktx from 1.1.1 to 1.2.1 Bumps androidx.preference:preference-ktx from 1.1.1 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.preference:preference-ktx dependency-type: direct:production update-type: version-update:semver-minor ... 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 cdd9c12..1c0985a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -139,7 +139,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-reflect:$KOTLIN_VERSION" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3-native-mt' implementation 'androidx.lifecycle:lifecycle-service:2.3.1' - implementation 'androidx.preference:preference-ktx:1.1.1' + implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.annotation:annotation:1.5.0' implementation 'androidx.fragment:fragment-ktx:1.3.6' implementation 'androidx.appcompat:appcompat:1.3.1'