Skip to content

Commit

Permalink
Merge pull request #618 from kiwicom/stable-compose1.6
Browse files Browse the repository at this point in the history
Update to stable Compose 1.6
  • Loading branch information
hrach authored Jan 25, 2024
2 parents 382f222 + 60bf613 commit 32e2e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ androidx-customView = { module = "androidx.customview:customview", version = "1.
androidx-customViewPoolingContainer = { module = "androidx.customview:customview-poolingcontainer", version = "1.0.0" }
androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" }
androidx-test-uiAutomator = { module = "androidx.test.uiautomator:uiautomator", version = "2.2.0" }
accompanist-systemController = "com.google.accompanist:accompanist-systemuicontroller:0.32.0"
accompanist-systemController = "com.google.accompanist:accompanist-systemuicontroller:0.34.0"
coil = { module = "io.coil-kt:coil-compose", version = "2.5.0" }
compose-animation = { module = "androidx.compose.animation:animation" }
compose-animationGraphics = { module = "androidx.compose.animation:animation-graphics" }
compose-bom = "dev.chrisbanes.compose:compose-bom:2023.12.00-alpha04"
compose-bom = "androidx.compose:compose-bom:2024.01.00"
# compiler dependency is defined to help Renovabot update the version
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }
compose-foundation = { module = "androidx.compose.foundation:foundation" }
Expand Down

0 comments on commit 32e2e9b

Please sign in to comment.