Skip to content

Commit

Permalink
Update dependency androidx.fragment:fragment-ktx to v1.6.0 (#2010)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 7, 2023
1 parent 5af8ffe commit 70936d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ dependencies {
name = "navigation-dynamic-features-fragment",
version = androidXNavigationVersion
)
implementation(group = "androidx.fragment", name = "fragment-ktx", version = "1.5.7")
implementation(group = "androidx.fragment", name = "fragment-ktx", version = "1.6.0")

implementation(group = "commons-net", name = "commons-net", version = "3.9.0")
implementation(group = "commons-codec", name = "commons-codec", version = "20041127.091804")
Expand Down

0 comments on commit 70936d3

Please sign in to comment.