Skip to content

Commit

Permalink
Update library to v2.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphsu committed Jun 4, 2017
1 parent 8360583 commit c40f916
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.3.3') {
compile('com.philliphsu:bottomsheetpickers:2.3.4') {
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.3.3'
compile 'com.philliphsu:bottomsheetpickers:2.3.4'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ext {
buildToolsVersion = '25.0.3'

// BottomSheetPickers versioning
versionName = '2.3.3'
versionCode = 8
versionName = '2.3.4'
versionCode = 9

// Library dependencies
supportLibraryVersion = '25.3.1'
Expand Down

0 comments on commit c40f916

Please sign in to comment.