We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808719a commit ec059ebCopy full SHA for ec059eb
ImageLibrary/build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'com.github.dcendents.android-maven'
6
group='com.github.renyu'
7
8
android {
9
- compileSdkVersion 25
+ compileSdkVersion 26
10
buildToolsVersion "26.0.0"
11
12
defaultConfig {
app/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'com.android.application'
2
3
4
5
applicationId "com.renyu.androidimagelibrary"
@@ -26,6 +26,5 @@ dependencies {
26
})
27
compile 'com.android.support.constraint:constraint-layout:1.0.2'
28
testCompile 'junit:junit:4.12'
29
- compile 'com.github.r17171709:AndroidImageLibrary:v1.0.5'
30
-// compile project(':ImageLibrary')
+ compile project(':ImageLibrary')
31
}
0 commit comments