From d789b9ac368ad8f83c28f7f5c4de0c85babf0a3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 09:10:21 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment-ktx to v1.8.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 77c1a89d..fe97b40b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.core:core-ktx:1.12.0" implementation "androidx.appcompat:appcompat:1.6.1" - implementation "androidx.fragment:fragment-ktx:1.6.2" + implementation "androidx.fragment:fragment-ktx:1.8.3" implementation "com.google.android.material:material:1.11.0" implementation "androidx.preference:preference-ktx:1.2.1" implementation "androidx.constraintlayout:constraintlayout:2.1.4"