From 4a1c3aeb6aea173f798ab64cadf10fe05c8ec5a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 15:35:42 +0000 Subject: [PATCH] Bump androidx.fragment:fragment from 1.3.3 to 1.6.1 Bumps androidx.fragment:fragment from 1.3.3 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3ba46955..11ed3068 100644 --- a/build.gradle +++ b/build.gradle @@ -29,8 +29,8 @@ 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' - fragmentKtx = 'androidx.fragment:fragment-ktx:1.3.3' + fragment = 'androidx.fragment:fragment:1.6.1' + fragmentKtx = 'androidx.fragment:fragment-ktx:1.6.1' kotlin = "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" ktxCore = 'androidx.core:core-ktx:1.3.2' lifeCycleReactiveStreams = 'androidx.lifecycle:lifecycle-reactivestreams:2.3.1'