Skip to content

Commit

Permalink
V1.0.1版本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-you committed May 19, 2018
1 parent 6069cd9 commit d0e3542
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified apk/easyxrecyclerview_demo.apk
Binary file not shown.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})

compile project(':easyrecyclerview')
//compile project(':easyrecyclerview')
compile 'com.zhouyou:easyrecyclerview:1.0.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
}
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ allprojects {
options.encoding = "utf-8"
}*/
}

task clean(type: Delete) {
delete rootProject.buildDir
}
Expand Down

0 comments on commit d0e3542

Please sign in to comment.