Skip to content

Commit 34825a7

Browse files
Update dependency androidx.fragment:fragment-ktx to v1.5.1 (#1859)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e654bd commit 34825a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
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.0")
142+
implementation(group = "androidx.fragment", name = "fragment-ktx", version = "1.5.1")
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)