From 2371738a157fbf22daa79ad5e6518e7bfef84a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 02:30:12 +0000 Subject: [PATCH] Bump preference from 1.1.1 to 1.2.0 Bumps preference from 1.1.1 to 1.2.0. --- updated-dependencies: - dependency-name: androidx.preference:preference 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 5c53178f2..ff729882d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,7 +84,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.exifinterface:exifinterface:1.3.3' implementation 'androidx.palette:palette:1.0.0' - implementation 'androidx.preference:preference:1.1.1' + implementation 'androidx.preference:preference:1.2.0' implementation 'com.google.android.material:material:1.5.0' implementation 'com.github.yalantis:ucrop:2.2.7' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'