From c4b9f60b6648c276e996b597dfc6e8b233f69980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 23:05:07 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.6 to 1.5.3 Bumps fragment-ktx from 1.3.6 to 1.5.3. --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f0d2e7c..fb0e77f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -115,7 +115,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.3.1") // activity & fragment ktx - implementation("androidx.fragment:fragment-ktx:1.3.6") + implementation("androidx.fragment:fragment-ktx:1.5.3") implementation("androidx.activity:activity-ktx:1.4.0-rc01") implementation("androidx.appcompat:appcompat:1.4.0-beta01")