From d56af044eb663dd604813ff21e3754df0461a082 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:32:20 +0000 Subject: [PATCH] chore(deps): update 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 7d6e400c..37746401 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -152,7 +152,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.core:core-location-altitude:1.0.0-alpha03' - implementation 'androidx.fragment:fragment-ktx:1.8.4' + implementation 'androidx.fragment:fragment-ktx:1.8.5' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.android.material:material:1.12.0'