Skip to content

Commit 4d856fe

Browse files
committed
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | -------------------------------------- | ---------- | ---------- | | maven | androidx.compose:compose-bom | 2024.09.02 | 2024.09.03 | | maven | androidx.navigation:navigation-compose | 2.8.1 | 2.8.2 |
1 parent ba2ea39 commit 4d856fe

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.6"
3737
androidx-annotation = "1.8.2"
3838
androidx-activity = "1.9.2"
3939
androidx-compose-compiler = "1.5.11"
40-
androidx-navigation = "2.8.1"
40+
androidx-navigation = "2.8.2"
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.09.02" }
82+
androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.09.03" }
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)