Skip to content

Commit 642d8f2

Browse files
committed
Prepare release for compose 1.4.1
1 parent d3185ce commit 642d8f2

File tree

1 file changed

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

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ package com.holix.android.bottomsheetdialog.compose
33
object Versions {
44
internal const val ANDROID_GRADLE_PLUGIN = "7.3.1"
55
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
6-
internal const val KOTLIN = "1.8.0"
6+
internal const val KOTLIN = "1.8.10"
77

88
internal const val MATERIAL = "1.8.0"
9-
internal const val ANDROIDX_CORE_KTX = "1.9.0"
9+
internal const val ANDROIDX_CORE_KTX = "1.10.0"
1010

11-
internal const val COMPOSE_BOM = "2023.01.00"
12-
internal const val COMPOSE = "1.4.0-beta01"
13-
const val COMPOSE_COMPILER = "1.4.1"
14-
internal const val ANDROIDX_ACTIVITY = "1.5.1"
11+
internal const val COMPOSE = "1.4.1"
12+
const val COMPOSE_COMPILER = "1.4.3"
13+
internal const val ANDROIDX_ACTIVITY = "1.7.0"
1514

1615
internal const val COLOR_PICKER = "1.0.0"
1716
}
@@ -27,7 +26,6 @@ object Dependencies {
2726
const val androidxActivityKtx = "androidx.activity:activity-ktx:${Versions.ANDROIDX_ACTIVITY}"
2827
const val androidxCoreKtx = "androidx.core:core-ktx:${Versions.ANDROIDX_CORE_KTX}"
2928

30-
const val composeBom = "androidx.compose:compose-bom:${Versions.COMPOSE_BOM}"
3129
const val composeUI = "androidx.compose.ui:ui:${Versions.COMPOSE}"
3230
const val composeRuntime = "androidx.compose.runtime:runtime:${Versions.COMPOSE}"
3331
const val composeMaterial = "androidx.compose.material:material:${Versions.COMPOSE}"

0 commit comments

Comments
 (0)