Skip to content

Commit

Permalink
新增subsampling-scale-image-view库
Browse files Browse the repository at this point in the history
  • Loading branch information
r17171709 committed Aug 10, 2017
1 parent 1188c05 commit 0a2db2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ImageLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
compile 'com.github.r17171709:AndroidCommonLibrary:v1.4.2'
compile 'com.github.r17171709:AndroidCommonLibrary:v1.4.3'
// CircleIndicator A lightweight viewpager indicator like in nexus 5 launcher
compile 'me.relex:circleindicator:1.2.2@aar'
// PhotoDraweeView PhotoView For Fresco
Expand All @@ -44,4 +44,6 @@ dependencies {
apt 'com.jakewharton:butterknife-compiler:8.8.1'
// uCrop Image Cropping Library for Android
compile 'com.github.yalantis:ucrop:2.2.1'
// subsampling-scale-image-view Highly configurable, easily extendable view with pan and zoom gestures for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc.
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
}
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ dependencies {
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
compile project(':ImageLibrary')
// subsampling-scale-image-view Highly configurable, easily extendable view with pan and zoom gestures for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc.
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
// compile "com.github.r17171709:AndroidImageLibrary:v1.1.1"
// compile "com.github.r17171709:AndroidImageLibrary:v1.0.12"
}

0 comments on commit 0a2db2b

Please sign in to comment.