From 872c258e3020dedd818774b137575a8780972f28 Mon Sep 17 00:00:00 2001 From: Justas Medeisis Date: Wed, 15 Nov 2017 02:36:48 +0200 Subject: [PATCH] Bump version in readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04a7878..5a2145f 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -65,7 +65,7 @@ dependencies { ``` ```kotlin -val behavior = AnchorBottomSheetBehavior.from(bottom_sheet) +val behavior = AnchorBottomSheetBehavior.from(bottom_sheet) behavior.state = AnchorBottomSheetBehavior.STATE_EXPANDED behavior.allowUserDragging = false behavior.anchorOffset = 200