We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6472f commit 2cd909eCopy full SHA for 2cd909e
1 file changed
imagepicker/build.gradle
@@ -5,7 +5,7 @@ publish {
5
userOrg = 'lichenwei'
6
groupId = 'com.lcw.library'
7
artifactId = 'imagepicker'
8
- publishVersion = '1.0.1'
+ publishVersion = '1.1.0'
9
desc = 'Android image picker library'
10
website = 'https://github.com/Lichenwei-Dev/ImagePicker'
11
}
@@ -15,8 +15,8 @@ android {
15
defaultConfig {
16
minSdkVersion 16
17
targetSdkVersion 27
18
- versionCode 100
19
- versionName "1.0.0"
+ versionCode 110
+ versionName "1.1.0"
20
21
22
buildTypes {
0 commit comments