From 4c72da132bee28d278d158d837f50d4f34f02419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 01:05:25 +0000 Subject: [PATCH] Bump fragment from 1.3.2 to 1.3.4 Bumps fragment from 1.3.2 to 1.3.4. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b28719f87..d32de70ef0 100644 --- a/build.gradle +++ b/build.gradle @@ -291,7 +291,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1" implementation "androidx.work:work-runtime:$workRuntime" implementation "androidx.work:work-runtime-ktx:$workRuntime" - implementation "androidx.fragment:fragment:1.3.2" + implementation "androidx.fragment:fragment:1.3.4" 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'