Skip to content

Commit

Permalink
imagepicker library 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CYRUS-STUDIO committed Jun 15, 2017
1 parent 3f45dc8 commit f9f3176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:25.2.0'
testCompile 'junit:junit:4.12'
compile 'com.facebook.fresco:fresco:1.1.0'
compile 'com.linchaolong.android:imagepicker:1.4'
compile 'com.linchaolong.android:imagepicker:1.5'
// compile project(path: ':library')
}

2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ publish {
//compile 'groupId:artifactId:publishVersion'
groupId = 'com.linchaolong.android'
artifactId = 'imagepicker'
publishVersion = '1.4'
publishVersion = '1.5'
// 项目描述
desc = 'android image picker and cropper library'
// 项目地址
Expand Down

0 comments on commit f9f3176

Please sign in to comment.