Skip to content

Commit 8ee9837

Browse files
committed
Release 1.4.2
compose 1.6.0 -> 1.6.8
1 parent 864fc93 commit 8ee9837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bottomsheetdialog-compose/src/main/kotlin/com/holix/android/bottomsheetdialog/compose/BottomSheetDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import java.util.*
5454
* @property navigationBarColor Color to apply to the navigationBar.
5555
*/
5656
@Immutable
57-
class BottomSheetDialogProperties constructor(
57+
class BottomSheetDialogProperties(
5858
val dismissOnBackPress: Boolean = true,
5959
val dismissOnClickOutside: Boolean = true,
6060
val dismissWithAnimation: Boolean = false,

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spotless = "6.25.0"
77

88
androidxActivity = "1.8.2"
99
androidxCore = "1.12.0"
10-
androidxComposeBom = "2024.01.00"
10+
androidxComposeBom = "2024.08.00"
1111
androidxComposeCompiler = "1.5.7"
1212

1313
material = "1.11.0"

0 commit comments

Comments
 (0)