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 58fd4fd commit 1183c91Copy full SHA for 1183c91
gradle/libs.versions.toml
@@ -4,18 +4,18 @@ androidxCore = "1.12.0"
4
androidxLifecycle = "2.7.0"
5
androidxActivity = "1.8.2"
6
androidxComposeBom = "2024.02.01"
7
-androidxComposeCompiler = "1.5.10"
+androidxComposeCompiler = "1.5.14"
8
androidxHilt = "1.2.0"
9
androidxNavigation = "2.7.7"
10
androidxRoom = "2.6.1"
11
androidxTest = "1.5.0"
12
androidxTestExt = "1.1.5"
13
androidxTestRunner = "1.5.2"
14
-coroutines = "1.8.0"
+coroutines = "1.8.1"
15
hilt = "2.50"
16
junit = "4.13.2"
17
-kotlin = "1.9.22"
18
-ksp = "1.9.22-1.0.17"
+kotlin = "1.9.24"
+ksp = "1.9.24-1.0.20"
19
20
[libraries]
21
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidxCore" }
0 commit comments