Skip to content

Commit 29cc5c9

Browse files
authored
Update build.gradle
1 parent 5b7f042 commit 29cc5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ android {
6464
dependencies {
6565
def supportVersion = "25.3.1"
6666
compile fileTree(include: ['*.jar'], dir: 'libs')
67-
compile project(':library')
67+
//compile project(':library')
6868
//compile 'com.github.AriesHoo:FastLib:+'
69-
//compile 'com.github.AriesHoo:FastLib:2.1.0'
69+
compile 'com.github.AriesHoo:FastLib:2.1.0'
7070
apt 'com.jakewharton:butterknife-compiler:8.8.1'
7171
compile 'cn.bingoogolapple:bga-banner:2.1.7@aar'
7272
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.3'

0 commit comments

Comments
 (0)