From c0d1e0349941dfca9b18be12182ed82f79283d4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:53:29 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment-ktx to v1.8.3 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 e2be9a8f97..ee3c8a3bbf 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -151,7 +151,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.1" + implementation "androidx.fragment:fragment-ktx:1.8.3" 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"