Skip to content

Commit 2245c30

Browse files
committed
Bump version to 2.4.1.
1 parent 6bcddcb commit 2245c30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ libraries.
4747
```groovy
4848
dependencies {
4949
// Recommended
50-
compile('com.philliphsu:bottomsheetpickers:2.4.0') {
50+
compile('com.philliphsu:bottomsheetpickers:2.4.1') {
5151
exclude group: 'com.android.support', module: 'appcompat-v7'
5252
exclude group: 'com.android.support', module: 'design'
5353
exclude group: 'com.android.support', module: 'gridlayout-v7'
@@ -57,7 +57,7 @@ dependencies {
5757
compile 'com.android.support:gridlayout-v7:[LATEST_VERSION]'
5858
5959
// Standard -- not recommended!
60-
compile 'com.philliphsu:bottomsheetpickers:2.4.0'
60+
compile 'com.philliphsu:bottomsheetpickers:2.4.1'
6161
}
6262
```
6363

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ ext {
3939
buildToolsVersion = '25.0.3'
4040

4141
// BottomSheetPickers versioning
42-
versionName = '2.4.0'
43-
versionCode = 10
42+
versionName = '2.4.1'
43+
versionCode = 11
4444

4545
// Library dependencies
4646
supportLibraryVersion = '25.4.0'

0 commit comments

Comments
 (0)