Skip to content

Commit

Permalink
Merge pull request #316 from icerockdev/develop
Browse files Browse the repository at this point in the history
Release 0.2.3
  • Loading branch information
Alex009 authored May 10, 2023
2 parents d88a745 + 35af4db commit 4017a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlinVersion = "1.8.10"

mokoWidgetsVersion = "0.2.2"
mokoWidgetsVersion = "0.2.3"
mokoResourcesVersion = "0.21.2"
mokoMvvmVersion = "0.16.0"
mokoFieldsVersion = "0.12.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ private var AssociatedDelegateHandle: UInt8 = 0

@objc public class BottomSheetController: NSObject {

private weak var controller: FloatingPanelController?
private var controller: FloatingPanelController?
private var onDismiss: ((Bool) -> Void)?

@objc public func show(
Expand Down

0 comments on commit 4017a8f

Please sign in to comment.