We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2648632 commit 9e46fb5Copy full SHA for 9e46fb5
app/build.gradle.kts
@@ -139,7 +139,7 @@ dependencies {
139
name = "navigation-dynamic-features-fragment",
140
version = androidXNavigationVersion
141
)
142
- implementation(group = "androidx.fragment", name = "fragment-ktx", version = "1.4.1")
+ implementation(group = "androidx.fragment", name = "fragment-ktx", version = "1.5.0")
143
144
implementation(group = "commons-net", name = "commons-net", version = "3.8.0")
145
implementation(group = "commons-codec", name = "commons-codec", version = "20041127.091804")
0 commit comments