From 304b933ec4d4d65871c30128e5f382ccf97f81c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 05:51:37 +0200 Subject: [PATCH] Bump androidx.fragment:fragment-ktx from 1.3.2 to 1.5.7 (#436) Bumps androidx.fragment:fragment-ktx from 1.3.2 to 1.5.7. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 7240751b..7f1836ad 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -156,7 +156,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.core:core-ktx:1.10.0' - implementation 'androidx.fragment:fragment-ktx:1.3.2' + implementation 'androidx.fragment:fragment-ktx:1.5.7' implementation 'androidx.webkit:webkit:1.6.1' implementation 'com.google.android.material:material:1.8.0' implementation 'net.i2p.android.ext:floatingactionbutton:1.10.1'