|
1 | 1 | [versions] |
2 | 2 | ## Android gradle plugin |
3 | | -android-gradle-plugin = "8.9.1" |
| 3 | +android-gradle-plugin = "8.9.3" |
4 | 4 |
|
5 | 5 | ## AndroidX |
6 | 6 | androidx-core = "1.16.0" |
7 | | -androidx-lifecycle = "2.9.1" |
8 | | -appcompat = "1.7.1" |
| 7 | +androidx-lifecycle = "2.9.2" |
9 | 8 | androidx-activity-compose = "1.10.1" |
10 | 9 | androidx-startup = "1.2.0" |
11 | 10 | androidx-splash = "1.0.1" |
12 | 11 | androidx-datastore = "1.1.7" |
13 | 12 |
|
14 | 13 | ## Compose |
15 | | -androidx-compose-bom = "2025.06.00" |
16 | | -androidx-compose-material3 = "1.4.0-alpha15" |
| 14 | +androidx-compose-bom = "2025.07.00" |
| 15 | +androidx-compose-material3 = "1.4.0-alpha18" |
17 | 16 | compose-stable-marker = "1.0.6" |
18 | 17 | compose-effects = "0.1.1" |
19 | 18 | compose-shadow = "2.0.4" |
20 | 19 |
|
21 | 20 | ## Kotlin Symbol Processing |
22 | | -ksp = "2.1.21-2.0.1" |
| 21 | +ksp = "2.2.0-2.0.2" |
23 | 22 |
|
24 | 23 | ## Kotlin |
25 | | -kotlin = "2.1.21" |
| 24 | +kotlin = "2.2.0" |
26 | 25 | kotlinx-coroutines = "1.10.2" |
27 | | -kotlinx-serialization-json = "1.8.1" |
28 | | -kotlinx-datetime = "0.6.2" |
| 26 | +kotlinx-serialization-json = "1.9.0" |
| 27 | +kotlinx-datetime = "0.7.1" |
29 | 28 | kotlinx-collections-immutable = "0.4.0" |
30 | 29 |
|
31 | 30 | ## Hilt |
32 | | -hilt = "2.56.2" |
| 31 | +hilt = "2.57" |
33 | 32 | hilt-navigation-compose = "1.2.0" |
34 | 33 |
|
35 | 34 | ## Network |
36 | | -okhttp = "4.12.0" |
37 | | -retrofit = "2.11.0" |
| 35 | +okhttp = "5.1.0" |
| 36 | +retrofit = "3.0.0" |
38 | 37 |
|
39 | 38 | ## Circuit |
40 | | -circuit = "0.28.1" |
| 39 | +circuit = "0.29.1" |
41 | 40 |
|
42 | 41 | ## Logging |
43 | 42 | logger = "2.2.0" |
@@ -72,7 +71,6 @@ compose-compiler-gradle-plugin = { group = "org.jetbrains.kotlin", name = "compo |
72 | 71 | androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-core" } |
73 | 72 | androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" } |
74 | 73 | androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidx-activity-compose" } |
75 | | -androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } |
76 | 74 | androidx-splash = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidx-splash" } |
77 | 75 | androidx-startup = { group = "androidx.startup", name = "startup-runtime", version.ref = "androidx-startup" } |
78 | 76 | androidx-datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "androidx-datastore" } |
|
0 commit comments