update version config

This commit is contained in:
Little Mango
2018-08-07 17:20:48 +08:00
parent 8434f97789
commit a26bb10655
3 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

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

View File

@@ -10,8 +10,8 @@ android {
applicationId "com.littlemango.stacklayoutmanagermaster" applicationId "com.littlemango.stacklayoutmanagermaster"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 27 targetSdkVersion 27
versionCode 1 versionCode 2
versionName "1.0" versionName "1.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {