From 6201c4f94e16923229ac5dca0d540bccf04930f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 15:34:52 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment to v1.5.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b87e5f5..7320a2a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.fragment:fragment-ktx:1.5.3' - implementation 'androidx.fragment:fragment:1.5.3' + implementation 'androidx.fragment:fragment:1.5.4' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.android.material:material:1.6.1'