Skip to content

Commit 71e509c

Browse files
authored
Update build.gradle
1 parent 1cb324d commit 71e509c

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
@@ -65,9 +65,9 @@ android {
6565
dependencies {
6666
def supportVersion = "25.3.1"
6767
compile fileTree(include: ['*.jar'], dir: 'libs')
68-
compile project(':library')
68+
//compile project(':library')
6969
//compile 'com.github.AriesHoo:FastLib:+'
70-
//compile 'com.github.AriesHoo:FastLib:2.1.0'
70+
compile 'com.github.AriesHoo:FastLib:2.1.1'
7171
apt 'com.jakewharton:butterknife-compiler:8.8.1'
7272
compile 'cn.bingoogolapple:bga-banner:2.1.7@aar'
7373
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.3'

0 commit comments

Comments
 (0)