From 4fa8aeb88390c0ea037a302b3f127a7389a764e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:17:11 +0000 Subject: [PATCH] fix(deps): update dependency androidx.fragment:fragment to v1.9.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index b276c020..ee77fb03 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -137,7 +137,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.8.0" implementation 'androidx.annotation:annotation:1.10.0' implementation 'androidx.core:core:1.19.0' - implementation 'androidx.fragment:fragment:1.8.9' + implementation 'androidx.fragment:fragment:1.9.0' implementation 'com.google.android.material:material:1.14.0'