Action:release v1.0.2
Description:发布版本v1.0.2
This commit is contained in:
39
config.gradle
Normal file
39
config.gradle
Normal file
@@ -0,0 +1,39 @@
|
||||
ext {
|
||||
app = [
|
||||
appVerCode : 1,
|
||||
appVerName : "0.0.1",
|
||||
applicationId: "com.jkb.yjchart"
|
||||
]
|
||||
|
||||
vercode = [
|
||||
publishCode : 3,
|
||||
publishVersion: "1.0.2",
|
||||
|
||||
userOrg : 'jkb',
|
||||
groupId : 'com.justkiddingbaby',
|
||||
artifactId : 'vercodeedittext',
|
||||
desc : 'An Android vercode EditText.(一个安卓验证码输入框)',
|
||||
website : 'https://github.com/YangJing96/VercodeEditText'
|
||||
]
|
||||
|
||||
android = [
|
||||
minSdkVersion : 12,
|
||||
targetSdkVersion : 23,
|
||||
compileSdkVersion : 23,
|
||||
buildToolsVersion : "25.0.0",
|
||||
sourceCompatibilityVersion: JavaVersion.VERSION_1_7,
|
||||
targetCompatibilityVersion: JavaVersion.VERSION_1_7
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
appcompatV7: 'com.android.support:appcompat-v7:23.3.0',
|
||||
design : 'com.android.support:design:24.0.0'
|
||||
]
|
||||
|
||||
store = [
|
||||
storeKey : '../sign/JustKiddingBaby.jks',
|
||||
storePassword: 'mimajiushiwo',
|
||||
keyAlias : 'JustKiddingBaby',
|
||||
keyPassword : 'mimajiushiwo'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user