From 8099ccd588d8d518aacbb94868eac8dba88a2035 Mon Sep 17 00:00:00 2001 From: andrekir Date: Wed, 22 Mar 2023 17:46:26 -0300 Subject: [PATCH] chore: update Fragment to 1.5.6 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cc64ed983..35592af3c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -130,7 +130,7 @@ dependencies { implementation "androidx.appcompat:appcompat-resources:$appcompat_version" implementation 'androidx.core:core-ktx:1.9.0' - implementation 'androidx.fragment:fragment-ktx:1.5.5' + implementation 'androidx.fragment:fragment-ktx:1.5.6' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'