|
13 | 13 | # limitations under the License. |
14 | 14 |
|
15 | 15 | [versions] |
16 | | -agp = "8.11.2" |
17 | | -kotlin = "2.2.10" # Downgraded from 2.2.20 to align with KSP |
18 | | -kotlinSerialization = "2.2.10" |
| 16 | +agp = "8.13.1" |
| 17 | +kotlin = "2.2.21" |
19 | 18 | coreKtx = "1.17.0" |
20 | 19 | junit = "4.13.2" |
21 | 20 | junitVersion = "1.3.0" |
22 | 21 | espressoCore = "3.7.0" |
23 | 22 | kotlinxSerializationCore = "1.9.0" |
24 | 23 | lifecycleRuntimeKtx = "2.9.4" |
25 | 24 | lifecycleViewmodel = "1.0.0-alpha04" |
26 | | -activityCompose = "1.12.0-alpha09" |
27 | | -composeBom = "2025.09.01" |
28 | | -navigation2 = "2.9.1" |
29 | | -navigation3 = "1.0.0-beta01" |
| 25 | +activityCompose = "1.12.0-rc01" |
| 26 | +composeBom = "2025.11.00" |
| 27 | +navigation2 = "2.9.6" |
| 28 | +navigation3 = "1.0.0-rc01" |
30 | 29 | material3 = "1.4.0" |
31 | | -nav3Material = "1.3.0-alpha01" |
32 | | -ksp = "2.2.10-2.0.2" |
33 | | -hilt = "2.57.1" |
| 30 | +nav3Material = "1.3.0-alpha03" |
| 31 | +ksp = "2.3.2" |
| 32 | +hilt = "2.57.2" |
34 | 33 | hiltNavigationCompose = "1.3.0" |
35 | 34 | koin = "4.1.1" |
36 | 35 |
|
@@ -68,6 +67,6 @@ koin-compose-viewmodel = {group = "io.insert-koin", name = "koin-compose-viewmod |
68 | 67 | android-application = { id = "com.android.application", version.ref = "agp" } |
69 | 68 | kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
70 | 69 | kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
71 | | -jetbrains-kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlinSerialization"} |
| 70 | +kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"} |
72 | 71 | ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } |
73 | 72 | hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" } |
0 commit comments