From 8ccbea2c2117c79cac7074606122b0d7ef897050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 11:10:52 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.3 to 1.3.4 (#1358) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c9b1a6504..cee24546b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -169,7 +169,7 @@ dependencies { implementation "androidx.activity:activity-ktx:1.2.3" implementation "androidx.appcompat:appcompat:1.2.0" implementation "androidx.appcompat:appcompat-resources:1.2.0" - implementation "androidx.fragment:fragment-ktx:1.3.3" + implementation "androidx.fragment:fragment-ktx:1.3.4" implementation "androidx.annotation:annotation:1.2.0" implementation "androidx.preference:preference-ktx:1.1.1"