Skip to content

Commit ec059eb

Browse files
committed
更新版本库
1 parent 808719a commit ec059eb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ImageLibrary/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'com.github.dcendents.android-maven'
66
group='com.github.renyu'
77

88
android {
9-
compileSdkVersion 25
9+
compileSdkVersion 26
1010
buildToolsVersion "26.0.0"
1111

1212
defaultConfig {

app/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 25
4+
compileSdkVersion 26
55
buildToolsVersion "26.0.0"
66
defaultConfig {
77
applicationId "com.renyu.androidimagelibrary"
@@ -26,6 +26,5 @@ dependencies {
2626
})
2727
compile 'com.android.support.constraint:constraint-layout:1.0.2'
2828
testCompile 'junit:junit:4.12'
29-
compile 'com.github.r17171709:AndroidImageLibrary:v1.0.5'
30-
// compile project(':ImageLibrary')
29+
compile project(':ImageLibrary')
3130
}

0 commit comments

Comments
 (0)