Skip to content

Commit d0901dd

Browse files
authored
Update build.gradle
1 parent 9ebc687 commit d0901dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imagepicker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
def libraryGroupId = 'com.shz.imagepicker'
88
def libraryArtifactId = 'imagepicker'
9-
def libraryVersion = '1.0'
9+
def libraryVersion = '1.0.1'
1010

1111

1212
android {
@@ -46,4 +46,4 @@ publishing {
4646
artifact("$buildDir/outputs/aar/${artifactId}-release.aar")
4747
}
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)