Skip to content

Commit

Permalink
Bump version in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
justasm committed Nov 15, 2017
1 parent 2d19b96 commit 872c258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ allprojects {
// module build.gradle
dependencies {
// ..
implementation 'com.trafi:anchor-bottom-sheet-behavior:0.8-alpha'
implementation 'com.trafi:anchor-bottom-sheet-behavior:0.9-alpha'
}
```

Expand All @@ -65,7 +65,7 @@ dependencies {
```

```kotlin
val behavior = AnchorBottomSheetBehavior.from<View>(bottom_sheet)
val behavior = AnchorBottomSheetBehavior.from(bottom_sheet)
behavior.state = AnchorBottomSheetBehavior.STATE_EXPANDED
behavior.allowUserDragging = false
behavior.anchorOffset = 200
Expand Down

0 comments on commit 872c258

Please sign in to comment.