Skip to content

Commit 2cd909e

Browse files
author
李晨玮
committed
更新版本号
1 parent 2c6472f commit 2cd909e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

imagepicker/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish {
55
userOrg = 'lichenwei'
66
groupId = 'com.lcw.library'
77
artifactId = 'imagepicker'
8-
publishVersion = '1.0.1'
8+
publishVersion = '1.1.0'
99
desc = 'Android image picker library'
1010
website = 'https://github.com/Lichenwei-Dev/ImagePicker'
1111
}
@@ -15,8 +15,8 @@ android {
1515
defaultConfig {
1616
minSdkVersion 16
1717
targetSdkVersion 27
18-
versionCode 100
19-
versionName "1.0.0"
18+
versionCode 110
19+
versionName "1.1.0"
2020
}
2121

2222
buildTypes {

0 commit comments

Comments
 (0)