mirror of
https://github.com/leaf-wai/StackLayoutManager.git
synced 2026-03-24 13:22:50 +08:00
update version config
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 {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 27
|
||||
versionCode 2
|
||||
versionName "1.0.1"
|
||||
versionCode 3
|
||||
versionName "1.0.2"
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
@ -46,7 +46,7 @@ publish{
|
||||
userOrg = 'jinliancheng120'
|
||||
groupId = 'com.littlemango'
|
||||
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.'
|
||||
website = 'https://github.com/LittleMango/StackLayoutManager'
|
||||
licences = ['MIT']
|
||||
|
||||
@ -10,8 +10,8 @@ android {
|
||||
applicationId "com.littlemango.stacklayoutmanagermaster"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 27
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
versionCode 2
|
||||
versionName "1.0.2"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
||||
Reference in New Issue
Block a user