Skip to content

Commit

Permalink
更新版本库
Browse files Browse the repository at this point in the history
  • Loading branch information
r17171709 committed Jun 16, 2017
1 parent 808719a commit ec059eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ImageLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
compileSdkVersion 26
buildToolsVersion "26.0.0"
defaultConfig {
applicationId "com.renyu.androidimagelibrary"
Expand All @@ -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')
}

0 comments on commit ec059eb

Please sign in to comment.