Skip to content

Commit 248f4d5

Browse files
committed
V3.1.1
1 parent a1a6948 commit 248f4d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pickerview/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
defaultConfig {
1212
minSdkVersion 9
1313
targetSdkVersion 25
14-
versionCode 14
15-
versionName "3.1.0"
14+
versionCode 15
15+
versionName "3.1.1"
1616
}
1717
buildTypes {
1818
release {
@@ -38,7 +38,7 @@ publish {
3838
userOrg = 'contrarywind'//bintray.com 用户名/组织名 user/org name
3939
groupId = 'com.contrarywind'//JCenter上显示的路径 path
4040
artifactId = 'Android-PickerView'//项目名称 project name
41-
publishVersion = '3.1.0'//版本号 version code
41+
publishVersion = '3.1.1'//版本号 version code
4242
desc = 'this is a pickerview for android'//项目描述 description
4343
website = 'https://github.com/Contrarywind/Android-PickerView' //项目网址链接 link
4444
}

0 commit comments

Comments
 (0)