2
2
kotlin = " 2.1.20"
3
3
accompanistAppcompatTheme = " 0.36.0"
4
4
activityCompose = " 1.10.1"
5
- foundation = " 1.8.0 "
6
- gradle = " 8.9.2 "
5
+ foundation = " 1.8.1 "
6
+ gradle = " 8.10.0 "
7
7
json = " 20250107"
8
8
koinCore = " 4.0.4"
9
9
kotlinGradlePlugin = " 2.1.20"
10
10
kotlinxCoroutinesCore = " 1.10.2"
11
11
kotlinxHtmlJvm = " 0.12.0"
12
- lifecycleViewmodelCompose = " 2.8.7"
13
- material = " 1.7.8"
14
- navigationCompose = " 2.8.9"
12
+ lifecycleViewmodelCompose = " 2.9.0"
13
+ material = " 1.8.1"
14
+ materialIcons = " 1.7.8"
15
+ navigationCompose = " 2.9.0"
15
16
preference = " 1.2.1"
16
17
sqldelight = " 2.0.2"
17
- uiToolingPreview = " 1.8.0 "
18
+ uiToolingPreview = " 1.8.1 "
18
19
spotless = " 7.0.3"
19
20
20
21
@@ -25,7 +26,7 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver
25
26
androidx-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " foundation" }
26
27
androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycleViewmodelCompose" }
27
28
androidx-material = { module = " androidx.compose.material:material" , version.ref = " material" }
28
- androidx-material-icons-core = { module = " androidx.compose.material:material-icons-core" , version.ref = " material " }
29
+ androidx-material-icons-core = { module = " androidx.compose.material:material-icons-core" , version.ref = " materialIcons " }
29
30
androidx-navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " navigationCompose" }
30
31
androidx-preference = { module = " androidx.preference:preference" , version.ref = " preference" }
31
32
androidx-ui-test-junit4 = { module = " androidx.compose.ui:ui-test-junit4" , version.ref = " uiToolingPreview" }
0 commit comments