Skip to content

Commit 0028054

Browse files
author
Simon Schubert
committed
Upgrade sdks
1 parent 4c1f5a2 commit 0028054

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
kotlin = "2.1.20"
33
accompanistAppcompatTheme = "0.36.0"
44
activityCompose = "1.10.1"
5-
foundation = "1.8.0"
6-
gradle = "8.9.2"
5+
foundation = "1.8.1"
6+
gradle = "8.10.0"
77
json = "20250107"
88
koinCore = "4.0.4"
99
kotlinGradlePlugin = "2.1.20"
1010
kotlinxCoroutinesCore = "1.10.2"
1111
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"
1516
preference = "1.2.1"
1617
sqldelight = "2.0.2"
17-
uiToolingPreview = "1.8.0"
18+
uiToolingPreview = "1.8.1"
1819
spotless = "7.0.3"
1920

2021

@@ -25,7 +26,7 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver
2526
androidx-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "foundation" }
2627
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycleViewmodelCompose" }
2728
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" }
2930
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
3031
androidx-preference = { module = "androidx.preference:preference", version.ref = "preference" }
3132
androidx-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "uiToolingPreview" }

0 commit comments

Comments
 (0)