Skip to content

Commit 32e2e9b

Browse files
authored
Merge pull request #618 from kiwicom/stable-compose1.6
Update to stable Compose 1.6
2 parents 382f222 + 60bf613 commit 32e2e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ androidx-customView = { module = "androidx.customview:customview", version = "1.
4343
androidx-customViewPoolingContainer = { module = "androidx.customview:customview-poolingcontainer", version = "1.0.0" }
4444
androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" }
4545
androidx-test-uiAutomator = { module = "androidx.test.uiautomator:uiautomator", version = "2.2.0" }
46-
accompanist-systemController = "com.google.accompanist:accompanist-systemuicontroller:0.32.0"
46+
accompanist-systemController = "com.google.accompanist:accompanist-systemuicontroller:0.34.0"
4747
coil = { module = "io.coil-kt:coil-compose", version = "2.5.0" }
4848
compose-animation = { module = "androidx.compose.animation:animation" }
4949
compose-animationGraphics = { module = "androidx.compose.animation:animation-graphics" }
50-
compose-bom = "dev.chrisbanes.compose:compose-bom:2023.12.00-alpha04"
50+
compose-bom = "androidx.compose:compose-bom:2024.01.00"
5151
# compiler dependency is defined to help Renovabot update the version
5252
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }
5353
compose-foundation = { module = "androidx.compose.foundation:foundation" }

0 commit comments

Comments
 (0)