From ef93e292fcca7d99c23c888b2e01ce9d9d82ffcb Mon Sep 17 00:00:00 2001 From: dkanada Date: Sun, 20 Jun 2021 15:43:32 +0900 Subject: [PATCH] update fragment library --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ced57e8a..89a9763e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.5.0' implementation 'androidx.media:media:1.3.1' - implementation 'androidx.fragment:fragment-ktx:1.3.4' + implementation 'androidx.fragment:fragment-ktx:1.3.5' implementation 'androidx.legacy:legacy-support-v13:1.0.0' implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.recyclerview:recyclerview:1.2.1'