From df844859b377207122cca2ec4adaa92ab8c37622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 14:04:48 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.0-beta01 to 1.6.0-alpha04 Bumps fragment-ktx from 1.3.0-beta01 to 1.6.0-alpha04. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d46ea751..5f06df75 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -140,7 +140,7 @@ dependencies { def COROUTINES_VERSION = "1.4.2" def DAGGER_VERSION = "2.30.1" def EITHER_VERSION = "1.2.0" - def FRAGMENT_VERSION = "1.3.0-beta01" + def FRAGMENT_VERSION = "1.6.0-alpha04" def JUNIT_VERSION = "4.13" def KOTLIN_STDLIB_VERSION = "1.4.10" def KOTLINX_SERIALIZATION = "1.0.1"