From 744ff2054d9acc21ed04f65e9e09bc6cd8d2ac36 Mon Sep 17 00:00:00 2001 From: andrekir Date: Sun, 18 Jun 2023 17:25:33 -0300 Subject: [PATCH] chore: update Fragment to 1.6.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 48db24a4d..8e84f72f6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -128,7 +128,7 @@ dependencies { implementation "androidx.appcompat:appcompat-resources:$appcompat_version" implementation 'androidx.core:core-ktx:1.10.1' - implementation 'androidx.fragment:fragment-ktx:1.5.7' + implementation 'androidx.fragment:fragment-ktx:1.6.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'