Skip to content

Commit 0525193

Browse files
fix(deps): update all dependencies (#106)
| datasource | package | from | to | | ---------- | -------------------------------------- | ---------- | ---------- | | maven | androidx.compose:compose-bom | 2024.10.01 | 2024.11.00 | | maven | androidx.navigation:navigation-compose | 2.8.3 | 2.8.4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf31454 commit 0525193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ androidx-lifecycle = "2.8.7"
3737
androidx-annotation = "1.9.1"
3838
androidx-activity = "1.9.3"
3939
androidx-compose-compiler = "1.5.11"
40-
androidx-navigation = "2.8.3"
40+
androidx-navigation = "2.8.4"
4141
kmp-viewmodel = "0.8.0"
4242
solivagant = "0.5.0"
4343
timber = "5.0.1"
@@ -79,7 +79,7 @@ androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-ru
7979
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "androidx-lifecycle" }
8080
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" }
8181
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
82-
androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.10.01" }
82+
androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.11.00" }
8383
androidx-compose-ui-ui = { module = "androidx.compose.ui:ui" }
8484
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
8585
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }

0 commit comments

Comments
 (0)