From 9ed2f1a669f25570b4edd72cd3437f229647a001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 14:08:41 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.0-beta01 to 1.5.0-rc01 Bumps fragment-ktx from 1.3.0-beta01 to 1.5.0-rc01. --- 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..056fa8a7 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.5.0-rc01" def JUNIT_VERSION = "4.13" def KOTLIN_STDLIB_VERSION = "1.4.10" def KOTLINX_SERIALIZATION = "1.0.1"