From 48a0a17f8d88acf64732ee22bb6321f96c8b2bcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:39:39 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment-ktx to v1.8.5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 33f95acb..fec2491d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.core:core-ktx:1.13.1" implementation "androidx.appcompat:appcompat:1.7.0" - implementation "androidx.fragment:fragment-ktx:1.8.1" + implementation "androidx.fragment:fragment-ktx:1.8.5" implementation "com.google.android.material:material:1.12.0" implementation "androidx.preference:preference-ktx:1.2.1" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"