Skip to content

Commit

Permalink
Update versionName to 2.2.0 and increment versionCode in build.gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphsu committed Feb 13, 2017
1 parent 4c995fa commit 0139d17
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.1.1'
libraryVersion = '2.2.0'

developerId = 'philliphsu'
developerName = 'Phillip Hsu'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 3
versionName "2.1.1"
versionCode 4
versionName "2.2.0"
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 3
versionName "2.1.1"
versionCode 4
versionName "2.2.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 0139d17

Please sign in to comment.