diff --git a/README.md b/README.md index 4aee5fd..163cce9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ libraries. ```groovy dependencies { // Recommended - compile('com.philliphsu:bottomsheetpickers:2.4.0') { + compile('com.philliphsu:bottomsheetpickers:2.4.1') { exclude group: 'com.android.support', module: 'appcompat-v7' exclude group: 'com.android.support', module: 'design' exclude group: 'com.android.support', module: 'gridlayout-v7' @@ -57,7 +57,7 @@ dependencies { compile 'com.android.support:gridlayout-v7:[LATEST_VERSION]' // Standard -- not recommended! - compile 'com.philliphsu:bottomsheetpickers:2.4.0' + compile 'com.philliphsu:bottomsheetpickers:2.4.1' } ``` diff --git a/build.gradle b/build.gradle index a4093b4..7de5933 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ ext { buildToolsVersion = '25.0.3' // BottomSheetPickers versioning - versionName = '2.4.0' - versionCode = 10 + versionName = '2.4.1' + versionCode = 11 // Library dependencies supportLibraryVersion = '25.4.0'