From c449836c79ea5bcaaac8dd27a75439c8a9f6d025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:51:10 +0000 Subject: [PATCH] deps(upgrade): bump androidx.fragment:fragment-ktx from 1.8.2 to 1.8.4 Bumps androidx.fragment:fragment-ktx from 1.8.2 to 1.8.4. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 64c0e7a..34509c1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ lifecycle = "2.8.4" constraintLayout = "2.1.4" annotation = "1.8.2" appcompat = "1.7.0" -fragment = "1.8.2" +fragment = "1.8.4" work = "2.9.1" preference = "1.2.1" okhttp = "4.12.0"