From 41182cac536a2f6abb595d66ea206b46fe5df96d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 18:03:49 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment to v1.6.0 --- 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 6943f05fbe..dac42d0b85 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ androidx-annotations = { module = 'androidx.annotation:annotation', version = '1 androidx-core = { module = 'androidx.core:core', version = '1.10.1' } androidx-cursorAdapter = { module = 'androidx.cursoradapter:cursoradapter', version = '1.0.0' } androidx-exifInterface = { module = 'androidx.exifinterface:exifinterface', version = '1.3.6' } -androidx-fragment = { module = 'androidx.fragment:fragment', version = '1.5.7' } +androidx-fragment = { module = 'androidx.fragment:fragment', version = '1.6.0' } androidx-junit = { module = 'androidx.test.ext:junit', version = '1.1.5' } androidx-lifecycle = { module = 'androidx.lifecycle:lifecycle-common', version = '2.6.1' } androidx-startup = { module = 'androidx.startup:startup-runtime', version = '1.1.1' }