We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd19956 commit e9afaa4Copy full SHA for e9afaa4
1 file changed
gradle/libs.versions.toml
@@ -12,7 +12,7 @@ composeBom = "2024.10.00"
12
13
[libraries]
14
androidx-animation = { module = "androidx.compose.animation:animation", version.ref = "animation" }
15
-androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version = "1.13.1" }
+androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version = "1.15.0" }
16
junit = { group = "junit", name = "junit", version.ref = "junit" }
17
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
18
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
0 commit comments