From db228409cefb3f15ecfa0895b9ff23865ef1b1b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 02:44:56 +0000 Subject: [PATCH] Build(deps): Bump androidx.fragment:fragment from 1.6.1 to 1.6.2 Bumps androidx.fragment:fragment from 1.6.1 to 1.6.2. --- 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 83f5c0cb..da0e59f8 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.7.0' implementation 'androidx.core:core:1.10.1' - implementation 'androidx.fragment:fragment:1.6.1' + implementation 'androidx.fragment:fragment:1.6.2' implementation 'com.google.android.material:material:1.9.0'