mirror of
https://github.com/leaf-wai/StackLayoutManager.git
synced 2026-07-12 10:51:17 +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 {
|
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']
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user