We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fc883 commit ceecae4Copy full SHA for ceecae4
buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose/Versions.kt
@@ -8,8 +8,8 @@ object Versions {
8
internal const val MATERIAL = "1.8.0"
9
internal const val ANDROIDX_CORE_KTX = "1.10.0"
10
11
- internal const val COMPOSE = "1.4.1"
12
- const val COMPOSE_COMPILER = "1.4.3"
+ internal const val COMPOSE = "1.5.0-alpha02"
+ const val COMPOSE_COMPILER = "1.4.4"
13
internal const val ANDROIDX_ACTIVITY = "1.7.0"
14
15
internal const val COLOR_PICKER = "1.0.0"
0 commit comments