From 124b20398112fd72d10288137b256962047bdc4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:02:00 +0200 Subject: [PATCH] Bump androidx.preference:preference-ktx from 1.2.0 to 1.2.1 (#3455) Bumps androidx.preference:preference-ktx from 1.2.0 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.preference:preference-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 75a69e4d99..a9e49d976d 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -154,7 +154,7 @@ dependencies { implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.recyclerview:recyclerview:1.3.1" implementation "androidx.constraintlayout:constraintlayout:2.1.4" - implementation "androidx.preference:preference-ktx:1.2.0" + implementation "androidx.preference:preference-ktx:1.2.1" implementation "androidx.biometric:biometric:1.1.0" implementation "com.google.android.material:material:1.9.0" implementation "androidx.multidex:multidex:2.0.1"