We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c395d commit d637fd3Copy full SHA for d637fd3
gradle/libs.versions.toml
@@ -49,7 +49,7 @@ kotlin_serialization_json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.
49
# Android
50
#-------------------------
51
android_gradle_plugin = { module = "com.android.tools.build:gradle", version.ref = "android_gradle" }
52
-android_fragment = { module = "androidx.fragment:fragment-ktx", version = "1.6.2" }
+android_fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.1" }
53
android_material = { group = "com.google.android.material", name = "material", version = "1.12.0" }
54
android_contraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.1.4" }
55
android_appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
0 commit comments