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 29cc5c9 commit a0bce22Copy full SHA for a0bce22
app/build.gradle
@@ -64,9 +64,9 @@ android {
64
dependencies {
65
def supportVersion = "25.3.1"
66
compile fileTree(include: ['*.jar'], dir: 'libs')
67
- //compile project(':library')
+ compile project(':library')
68
//compile 'com.github.AriesHoo:FastLib:+'
69
- compile 'com.github.AriesHoo:FastLib:2.1.0'
+ //compile 'com.github.AriesHoo:FastLib:2.1.0'
70
apt 'com.jakewharton:butterknife-compiler:8.8.1'
71
compile 'cn.bingoogolapple:bga-banner:2.1.7@aar'
72
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.3'
0 commit comments