From a889cbef41841c604c211735e5748e716588b9c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:03:16 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment-ktx to v1.8.5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 1c6cd8e430..5f719ea3c4 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -150,7 +150,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version" implementation "androidx.core:core-ktx:1.13.1" implementation "androidx.activity:activity-ktx:1.9.0" - implementation "androidx.fragment:fragment-ktx:1.8.4" + implementation "androidx.fragment:fragment-ktx:1.8.5" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.legacy:legacy-support-v4:1.0.0"