From b8d5a20dbc673613d2e69ed6dd133362981e59c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 19:52:35 +0000 Subject: [PATCH] build(deps): bump androidx.preference:preference-ktx from 1.2.0 to 1.2.1 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] --- AnkiDroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnkiDroid/build.gradle b/AnkiDroid/build.gradle index 9e549518dfc0..19f9c7f9fb9d 100644 --- a/AnkiDroid/build.gradle +++ b/AnkiDroid/build.gradle @@ -295,7 +295,7 @@ dependencies { implementation 'androidx.exifinterface:exifinterface:1.3.6' implementation "androidx.fragment:fragment-ktx:$fragments_version" debugImplementation("androidx.fragment:fragment-testing-manifest:$fragments_version") - implementation "androidx.preference:preference-ktx:1.2.0" + implementation "androidx.preference:preference-ktx:1.2.1" implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'androidx.sqlite:sqlite-framework:2.3.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'