Skip to content

Commit

Permalink
Update dependency androidx.fragment:fragment-ktx to v1.4.0 (#1729)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 18, 2021
1 parent 15b44f3 commit 797767a
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 @@ -138,7 +138,7 @@ dependencies {
name = "navigation-dynamic-features-fragment",
version = androidXNavigationVersion
)
implementation(group = "androidx.fragment", name = "fragment-ktx", version = "1.3.6")
implementation(group = "androidx.fragment", name = "fragment-ktx", version = "1.4.0")

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

0 comments on commit 797767a

Please sign in to comment.