From 6b9bf45687f4ec7f2ab57cbf286bdda6d7723ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 08:56:28 +0200 Subject: [PATCH] Bump fragment-ktx from 1.5.2 to 1.5.3 (#129) Bumps fragment-ktx from 1.5.2 to 1.5.3. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3aa78bb..d9b4f22 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.core:core-ktx:1.8.0" - implementation "androidx.fragment:fragment-ktx:1.5.2" + implementation "androidx.fragment:fragment-ktx:1.5.3" implementation "androidx.appcompat:appcompat:1.4.2" implementation "androidx.preference:preference-ktx:1.2.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4"