From ad6639335a49399f90ebe0400dec50aba6aaff77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 02:21:09 +0000 Subject: [PATCH] Build(deps): Bump androidx.fragment:fragment from 1.6.0 to 1.6.1 Bumps androidx.fragment:fragment from 1.6.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 437fb38e..3931e964 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -100,7 +100,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.6.1" implementation 'androidx.annotation:annotation:1.6.0' implementation 'androidx.core:core:1.10.1' - implementation 'androidx.fragment:fragment:1.6.0' + implementation 'androidx.fragment:fragment:1.6.1' implementation 'com.google.android.material:material:1.9.0'