From 91c0acb279d3ffd5b12cb38494bd02ce1025a083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:15:45 +0000 Subject: [PATCH] build(deps): Bump androidx.fragment:fragment-ktx from 1.5.6 to 1.8.4 Bumps androidx.fragment:fragment-ktx from 1.5.6 to 1.8.4. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-minor ... 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 3f42d6734f05..f90a2d7cf9e6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines test-kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlin-coroutines" } # Android KTX -android-ktx-fragment = "androidx.fragment:fragment-ktx:1.5.6" +android-ktx-fragment = "androidx.fragment:fragment-ktx:1.8.4" android-ktx-activity = "androidx.activity:activity-ktx:1.7.0" android-ktx-preference = "androidx.preference:preference-ktx:1.2.0" android-ktx-core = "androidx.core:core-ktx:1.8.0"