From 24a89978761a7893a90c30b80b797775d43f08bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 13:47:09 +0000 Subject: Bump fragment from 1.4.0 to 1.4.1 Bumps fragment from 1.4.0 to 1.4.1. --- updated-dependencies: - dependency-name: androidx.fragment:fragment 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 320b63a4..bfc5d6fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -92,7 +92,7 @@ dependencies { // Android X implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'androidx.fragment:fragment:1.4.0' + implementation 'androidx.fragment:fragment:1.4.1' implementation 'androidx.preference:preference:1.2.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.recyclerview:recyclerview-selection:1.1.0' -- cgit v1.2.3