Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
compose 1.6.0 -> 1.6.8
  • Loading branch information
workspace committed Nov 16, 2024
1 parent 864fc93 commit 8ee9837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import java.util.*
* @property navigationBarColor Color to apply to the navigationBar.
*/
@Immutable
class BottomSheetDialogProperties constructor(
class BottomSheetDialogProperties(
val dismissOnBackPress: Boolean = true,
val dismissOnClickOutside: Boolean = true,
val dismissWithAnimation: Boolean = false,
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spotless = "6.25.0"

androidxActivity = "1.8.2"
androidxCore = "1.12.0"
androidxComposeBom = "2024.01.00"
androidxComposeBom = "2024.08.00"
androidxComposeCompiler = "1.5.7"

material = "1.11.0"
Expand Down

0 comments on commit 8ee9837

Please sign in to comment.