We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a6948 commit 248f4d5Copy full SHA for 248f4d5
pickerview/build.gradle
@@ -11,8 +11,8 @@ android {
11
defaultConfig {
12
minSdkVersion 9
13
targetSdkVersion 25
14
- versionCode 14
15
- versionName "3.1.0"
+ versionCode 15
+ versionName "3.1.1"
16
}
17
buildTypes {
18
release {
@@ -38,7 +38,7 @@ publish {
38
userOrg = 'contrarywind'//bintray.com 用户名/组织名 user/org name
39
groupId = 'com.contrarywind'//JCenter上显示的路径 path
40
artifactId = 'Android-PickerView'//项目名称 project name
41
- publishVersion = '3.1.0'//版本号 version code
+ publishVersion = '3.1.1'//版本号 version code
42
desc = 'this is a pickerview for android'//项目描述 description
43
website = 'https://github.com/Contrarywind/Android-PickerView' //项目网址链接 link
44
0 commit comments