@@ -63,15 +63,15 @@ android {
63
63
dependencies {
64
64
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
65
65
implementation project(' :library' )
66
- // implementation 'com.github.AriesHoo:FastLib:2.2.10-beta6_25 '
66
+ // implementation 'com.github.AriesHoo:FastLib:2.2.11 '
67
67
68
68
// 设置界面Item库
69
69
// 以下库library里使用provided只是编译使用时需根据项目选择相应版本
70
70
implementation ' com.android.support:design:' . concat(ext. supportVersion)
71
71
implementation ' com.android.support:appcompat-v7:' . concat(ext. supportVersion)
72
72
implementation ' com.android.support:recyclerview-v7:' . concat(ext. supportVersion)
73
73
// 万能适配器--一般都需要吧
74
- implementation ' com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.40 '
74
+ implementation ' com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.46 '
75
75
// webView库 继承FastWebActivity需要,不需要内置WebView可以不compile
76
76
implementation ' com.just.agentweb:agentweb:4.0.2'
77
77
// webView提供下载功能
@@ -84,9 +84,8 @@ dependencies {
84
84
// 以上库library里使用provided只是编译使用时需根据项目选择相应版本
85
85
implementation ' cn.bingoogolapple:bga-banner:2.1.7@aar'
86
86
implementation ' com.scwang.smartrefresh:SmartRefreshHeader:1.0.5.1'
87
- implementation ' com.github.lygttpod:SuperTextView:2.1.5 '
87
+ implementation ' com.github.lygttpod:SuperTextView:2.1.8 '
88
88
implementation ' com.flyco.labelview:FlycoLabelView_Lib:1.0.2@aar'
89
- implementation ' com.just.agentweb:agentweb:+'
90
89
annotationProcessor ' com.github.bumptech.glide:compiler:4.5.0'
91
90
annotationProcessor ' com.jakewharton:butterknife-compiler:8.8.1'
92
91
// 文件选择器
0 commit comments