From 5bc4b1106898331267a39c14f920b60ab43edc5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 05:52:48 +0000 Subject: [PATCH] Bump fragment from 1.3.3 to 1.3.4 Bumps fragment from 1.3.3 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 3ba46955..c51d3124 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ buildscript { espressoContrib = 'androidx.test.espresso:espresso-contrib:3.3.0' espressoCore = 'androidx.test.espresso:espresso-core:3.3.0' espressoIdlingResource = 'androidx.test.espresso.idling:idling-concurrent:3.3.0' - fragment = 'androidx.fragment:fragment:1.3.3' + fragment = 'androidx.fragment:fragment:1.3.4' fragmentKtx = 'androidx.fragment:fragment-ktx:1.3.3' kotlin = "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" ktxCore = 'androidx.core:core-ktx:1.3.2'