We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0386a commit 0942d5cCopy full SHA for 0942d5c
1 file changed
gradle/libs.versions.toml
@@ -12,7 +12,7 @@ composeBom = "2024.12.01"
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.16.0" }
+androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version = "1.17.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