From 422838f2ca79e3bbfb6eb6508f1b67aa4ded8c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 13:13:23 +0000 Subject: Bump fragment from 1.4.1 to 1.5.0 Bumps fragment from 1.4.1 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.fragment:fragment 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 1ef2761e..48de878f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,7 +93,7 @@ dependencies { // Android X implementation 'androidx.appcompat:appcompat:1.4.2' - implementation 'androidx.fragment:fragment:1.4.1' + implementation 'androidx.fragment:fragment:1.5.0' 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