We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da50790 commit a13030bCopy full SHA for a13030b
buildSrc/src/main/kotlin/Dependencies.kt
@@ -75,7 +75,7 @@ object Dependencies {
75
76
private const val constraintLayoutVersion = "2.2.1"
77
private const val activityKtxVersion = "1.2.2"
78
- private const val fragmentKtxVersion = "1.3.3"
+ private const val fragmentKtxVersion = "1.8.9"
79
80
const val constraintLayout = "androidx.constraintlayout:constraintlayout:$constraintLayoutVersion"
81
const val activityKtx = "androidx.activity:activity-ktx:$activityKtxVersion"
0 commit comments