From 59e6fe9c7dc51b9e40928be18a99289cfd344e62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 00:57:25 +0000 Subject: [PATCH] chore(deps): update androidx.fragment:fragment-ktx to v1.8.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7db597377..0939519aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -153,7 +153,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.core:core-location-altitude:1.0.0-alpha02' - implementation 'androidx.fragment:fragment-ktx:1.8.0' + implementation 'androidx.fragment:fragment-ktx:1.8.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'