Update Version

This commit is contained in:
LittleMango
2018-09-03 20:12:00 +08:00
parent 1f0a4abfc8
commit 24d47916db
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@ -46,7 +46,7 @@ publish{
userOrg = 'jinliancheng120'
groupId = 'com.littlemango'
artifactId = 'stacklayoutmanager'
publishVersion = '1.0.3'
publishVersion = '1.0.4'
desc = 'A RecyclerView.LayoutManager implementation which provides functionality to show a group of stack view.'
website = 'https://github.com/LittleMango/StackLayoutManager'
licences = ['MIT']