From aa0fe625d3894e58947cd005eb2b4662ffc3aed8 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Tue, 7 Mar 2017 16:16:40 -0800 Subject: [PATCH] Update version in readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 845895a..23df292 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ supporting API level 14 and up. Add the following dependency to your module's `build.gradle`: ```groovy dependencies { - compile 'com.philliphsu:bottomsheetpickers:2.3.1' + compile 'com.philliphsu:bottomsheetpickers:2.3.2' } ``` @@ -63,7 +63,7 @@ you should exclude them from the library and keep those dependencies in your own file. ```groovy -compile('com.philliphsu:bottomsheetpickers:2.3.1') { +compile('com.philliphsu:bottomsheetpickers:2.3.2') { exclude group: 'com.android.support', module: 'appcompat-v7' exclude group: 'com.android.support', module: 'design' exclude group: 'com.android.support', module: 'gridlayout-v7'