From 78101c33fed05f1e75dc7af337cd09fda66b3f8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 23:51:01 +0000 Subject: [PATCH] chore(deps): update androidx.fragment:fragment-ktx to v1.7.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a225759c6..ce765c0a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -152,7 +152,7 @@ dependencies { implementation "androidx.emoji2:emoji2-emojipicker:1.4.0" implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.fragment:fragment-ktx:1.7.0' + implementation 'androidx.fragment:fragment-ktx:1.7.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'