Skip to content

Commit

Permalink
fix(deps): update dependency androidx.compose:compose-bom to v2023.09.02
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent 1c47019 commit 9694558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ object deps {

object compose {
const val androidxComposeCompilerVersion = "1.5.3"
const val bom = "androidx.compose:compose-bom:2023.09.01"
const val bom = "androidx.compose:compose-bom:2023.09.02"

const val foundation = "androidx.compose.foundation:foundation"
const val foundationLayout = "androidx.compose.foundation:foundation-layout"
Expand Down

0 comments on commit 9694558

Please sign in to comment.