Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 5e3052b

Browse files
Update dependency androidx.fragment:fragment-ktx to v1.5.2 (#1868)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f978388 commit 5e3052b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ dependencies {
139139
name = "navigation-dynamic-features-fragment",
140140
version = androidXNavigationVersion
141141
)
142-
implementation(group = "androidx.fragment", name = "fragment-ktx", version = "1.5.1")
142+
implementation(group = "androidx.fragment", name = "fragment-ktx", version = "1.5.2")
143143

144144
implementation(group = "commons-net", name = "commons-net", version = "3.8.0")
145145
implementation(group = "commons-codec", name = "commons-codec", version = "20041127.091804")

0 commit comments

Comments
 (0)