From 2245c3071110d7c89c77ac7503655b9986a83188 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Tue, 13 Jun 2017 16:25:28 -0700 Subject: [PATCH] Bump version to 2.4.1. --- README.md | 4 ++-- build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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'