From e4b287b3c2f73540f2964fa7cad783dabf603f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:38:19 +0000 Subject: [PATCH] Bump androidx.preference:preference from 1.2.0 to 1.2.1 Bumps androidx.preference:preference from 1.2.0 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.preference:preference dependency-type: direct:production update-type: version-update:semver-patch ... 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 2dce7f6a2..d8022aabd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,7 +91,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.exifinterface:exifinterface:1.3.6' implementation 'androidx.palette:palette:1.0.0' - implementation 'androidx.preference:preference:1.2.0' + implementation 'androidx.preference:preference:1.2.1' implementation 'com.google.android.material:material:1.9.0' implementation 'com.github.yalantis:ucrop:2.2.8' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'