File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ object Versions {
8
8
internal const val MATERIAL = " 1.9.0"
9
9
internal const val ANDROIDX_CORE_KTX = " 1.10.1"
10
10
11
- internal const val COMPOSE_BOM = " 2023.08 .00"
11
+ internal const val COMPOSE_BOM = " 2023.09 .00-alpha01 "
12
12
const val COMPOSE_COMPILER = " 1.5.1"
13
13
internal const val ANDROIDX_ACTIVITY = " 1.7.2"
14
14
@@ -26,7 +26,7 @@ object Dependencies {
26
26
const val androidxActivityKtx = " androidx.activity:activity-ktx:${Versions .ANDROIDX_ACTIVITY } "
27
27
const val androidxCoreKtx = " androidx.core:core-ktx:${Versions .ANDROIDX_CORE_KTX } "
28
28
29
- const val composeBom = " androidx .compose:compose-bom:${Versions .COMPOSE_BOM } "
29
+ const val composeBom = " dev.chrisbanes .compose:compose-bom:${Versions .COMPOSE_BOM } "
30
30
const val composeUI = " androidx.compose.ui:ui"
31
31
const val composeRuntime = " androidx.compose.runtime:runtime"
32
32
const val composeMaterial = " androidx.compose.material:material"
You can’t perform that action at this time.
0 commit comments