Skip to content

Commit

Permalink
Update version to 2.3.2 and increment version code.
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphsu committed Mar 8, 2017
1 parent 53cca3f commit e307ee6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bottomsheetpickers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/philliphsu/BottomSheetPickers'
gitUrl = 'https://github.com/philliphsu/BottomSheetPickers.git'

libraryVersion = '2.3.1'
libraryVersion = '2.3.2'

developerId = 'philliphsu'
developerName = 'Phillip Hsu'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 6
versionName "2.3.1"
versionCode 7
versionName "2.3.2"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.example.bottomsheetpickers"
minSdkVersion 14
targetSdkVersion 25
versionCode 6
versionName "2.3.1"
versionCode 7
versionName "2.3.2"
}
buildTypes {
release {
Expand Down

0 comments on commit e307ee6

Please sign in to comment.