Skip to content

Commit

Permalink
升级第三方库
Browse files Browse the repository at this point in the history
  • Loading branch information
r17171709 committed Aug 10, 2017
1 parent 0b0327f commit 1188c05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 1 addition & 3 deletions ImageLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group='com.github.renyu'

android {
compileSdkVersion 26
buildToolsVersion "26.0.0"
buildToolsVersion "26.0.1"

defaultConfig {
minSdkVersion 19
Expand Down Expand Up @@ -44,6 +44,4 @@ 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.5.0'
}
8 changes: 5 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion "26.0.0"
buildToolsVersion "26.0.1"
defaultConfig {
applicationId "com.renyu.androidimagelibrary"
minSdkVersion 19
targetSdkVersion 25
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -32,5 +32,7 @@ dependencies {
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
compile project(':ImageLibrary')
// compile "com.github.r17171709:AndroidImageLibrary:v1.1.0"
// 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"
}

0 comments on commit 1188c05

Please sign in to comment.