mirror of
https://github.com/leaf-wai/StackLayoutManager.git
synced 2026-07-12 10:51:17 +08:00
Update Version
This commit is contained in:
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
@@ -8,8 +8,8 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 4
|
versionCode 5
|
||||||
versionName "1.0.3"
|
versionName "1.0.4"
|
||||||
|
|
||||||
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.3'
|
publishVersion = '1.0.4'
|
||||||
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']
|
||||||
|
|||||||
Reference in New Issue
Block a user