Skip to content

Commit

Permalink
Bump version to 2.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphsu committed Jun 13, 2017
1 parent 6bcddcb commit 2245c30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2245c30

Please sign in to comment.