From 07c90d093539f167cd24652fb5b434b4ea9e0131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 10:58:55 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-ktx from 1.5.7 to 1.6.0 Bumps androidx.fragment:fragment-ktx from 1.5.7 to 1.6.0. --- 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 e164c97..b658b31 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ junit = { module = "junit:junit", version = "4.13.2" } rx2-binding = { module = "com.jakewharton.rxbinding3:rxbinding-core", version = "3.1.0" } androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.7.1" } -androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.5.7" } +androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.6.0" } androidx-annotations = { module = "androidx.annotation:annotation", version = "1.6.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } androidx-design = { module = "com.google.android.material:material", version = "1.9.0" }