Skip to content

Commit

Permalink
增加图片浏览,修改注入方式
Browse files Browse the repository at this point in the history
  • Loading branch information
lwugang committed Jul 4, 2017
1 parent 7ef6f68 commit 8c42ac8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.lzy.widget:imagepicker:0.5.5'
compile 'io.reactivex:rxjava:1.1.2'
compile 'com.github.bumptech.glide:glide:3.7.0'
provided 'io.reactivex:rxjava:1.1.2'
provided 'com.github.bumptech.glide:glide:3.7.0'
}

0 comments on commit 8c42ac8

Please sign in to comment.