From d8a0f0325e567b5b204a7ccf73275c158822461a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 02:04:32 +0000 Subject: [PATCH] Bump fragment from 1.3.1 to 1.3.2 Bumps fragment from 1.3.1 to 1.3.2. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3fbba5d599..3383b2c44a 100644 --- a/build.gradle +++ b/build.gradle @@ -296,7 +296,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0" implementation "androidx.work:work-runtime:$workRuntime" implementation "androidx.work:work-runtime-ktx:$workRuntime" - implementation "androidx.fragment:fragment:1.3.1" + implementation "androidx.fragment:fragment:1.3.2" implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7 compileOnly 'com.google.code.findbugs:annotations:3.0.1u2' implementation 'commons-io:commons-io:2.8.0'