From 44af5d59fb306b1389e66018eb99e2d16977a77f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 24 Apr 2021 12:57:41 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.2 to 1.3.3 (#1304) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b8450e6c3..a8e68db7d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -172,7 +172,7 @@ dependencies { implementation "androidx.activity:activity-ktx:1.2.2" implementation "androidx.appcompat:appcompat:1.2.0" implementation "androidx.appcompat:appcompat-resources:1.2.0" - implementation "androidx.fragment:fragment-ktx:1.3.2" + implementation "androidx.fragment:fragment-ktx:1.3.3" implementation "androidx.annotation:annotation:1.2.0" implementation "androidx.preference:preference-ktx:1.1.1"