From 072d21dc8dbd33d462eddfbda811e89fc046aec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 14:19:12 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.0-beta01 to 1.6.0-alpha03 Bumps fragment-ktx from 1.3.0-beta01 to 1.6.0-alpha03. --- 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..5d3ce981 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-alpha03" def JUNIT_VERSION = "4.13" def KOTLIN_STDLIB_VERSION = "1.4.10" def KOTLINX_SERIALIZATION = "1.0.1"