diff --git a/ImageLibrary/build.gradle b/ImageLibrary/build.gradle index fdeeccd..0690ea3 100644 --- a/ImageLibrary/build.gradle +++ b/ImageLibrary/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'com.github.dcendents.android-maven' group='com.github.renyu' android { - compileSdkVersion 25 + compileSdkVersion 26 buildToolsVersion "26.0.0" defaultConfig { diff --git a/app/build.gradle b/app/build.gradle index f95f291..3110952 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 + compileSdkVersion 26 buildToolsVersion "26.0.0" defaultConfig { applicationId "com.renyu.androidimagelibrary" @@ -26,6 +26,5 @@ dependencies { }) compile 'com.android.support.constraint:constraint-layout:1.0.2' testCompile 'junit:junit:4.12' - compile 'com.github.r17171709:AndroidImageLibrary:v1.0.5' -// compile project(':ImageLibrary') + compile project(':ImageLibrary') }