We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb324d commit 71e509cCopy full SHA for 71e509c
app/build.gradle
@@ -65,9 +65,9 @@ android {
65
dependencies {
66
def supportVersion = "25.3.1"
67
compile fileTree(include: ['*.jar'], dir: 'libs')
68
- compile project(':library')
+ //compile project(':library')
69
//compile 'com.github.AriesHoo:FastLib:+'
70
- //compile 'com.github.AriesHoo:FastLib:2.1.0'
+ compile 'com.github.AriesHoo:FastLib:2.1.1'
71
apt 'com.jakewharton:butterknife-compiler:8.8.1'
72
compile 'cn.bingoogolapple:bga-banner:2.1.7@aar'
73
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.3'
0 commit comments