Skip to content

Commit e61f276

Browse files
committed
1 parent 34d1a0f commit e61f276

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Versions {
88
internal const val MATERIAL = "1.9.0"
99
internal const val ANDROIDX_CORE_KTX = "1.10.1"
1010

11-
internal const val COMPOSE_BOM = "2023.08.00"
11+
internal const val COMPOSE_BOM = "2023.09.00-alpha01"
1212
const val COMPOSE_COMPILER = "1.5.1"
1313
internal const val ANDROIDX_ACTIVITY = "1.7.2"
1414

@@ -26,7 +26,7 @@ object Dependencies {
2626
const val androidxActivityKtx = "androidx.activity:activity-ktx:${Versions.ANDROIDX_ACTIVITY}"
2727
const val androidxCoreKtx = "androidx.core:core-ktx:${Versions.ANDROIDX_CORE_KTX}"
2828

29-
const val composeBom = "androidx.compose:compose-bom:${Versions.COMPOSE_BOM}"
29+
const val composeBom = "dev.chrisbanes.compose:compose-bom:${Versions.COMPOSE_BOM}"
3030
const val composeUI = "androidx.compose.ui:ui"
3131
const val composeRuntime = "androidx.compose.runtime:runtime"
3232
const val composeMaterial = "androidx.compose.material:material"

0 commit comments

Comments
 (0)