Skip to content

Commit 3fda702

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | -------------------------------------- | ---------- | ---------- | | maven | androidx.compose:compose-bom | 2024.09.03 | 2024.10.00 | | maven | androidx.navigation:navigation-compose | 2.8.2 | 2.8.3 | | maven | androidx.activity:activity-compose | 1.9.2 | 1.9.3 | | maven | androidx.annotation:annotation | 1.8.2 | 1.9.0 |
1 parent 172d6ac commit 3fda702

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ coil = "2.7.0"
3434
compose-rules-detekt = "0.4.16"
3535

3636
androidx-lifecycle = "2.8.6"
37-
androidx-annotation = "1.8.2"
38-
androidx-activity = "1.9.2"
37+
androidx-annotation = "1.9.0"
38+
androidx-activity = "1.9.3"
3939
androidx-compose-compiler = "1.5.11"
40-
androidx-navigation = "2.8.2"
40+
androidx-navigation = "2.8.3"
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.03" }
82+
androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.10.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)