File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ allprojects {
23
23
24
24
```
25
25
dependencies {
26
- //compile 'com.github.AriesHoo:FastLib:1.0.2 '
26
+ //compile 'com.github.AriesHoo:FastLib:1.0.3 '
27
27
compile 'com.github.AriesHoo:FastLib:${LATEST_VERSION}'
28
28
}
29
29
```
@@ -41,7 +41,7 @@ dependencies {
41
41
//日志打印
42
42
compile 'com.orhanobut:logger:2.1.1'
43
43
//注解
44
- compile 'com.jakewharton:butterknife:8.8.0 '
44
+ compile 'com.jakewharton:butterknife:8.8.1 '
45
45
//retrofit+rxjava
46
46
compile 'io.reactivex:rxjava:1.1.6'
47
47
compile 'io.reactivex:rxandroid:1.2.1'
@@ -58,7 +58,7 @@ dependencies {
58
58
//多状态视图切换
59
59
compile 'com.github.MarnonDev:EasyStatusView:v1.0.3'
60
60
//常用UI控件(TitleBarView、RadiusView等)
61
- compile 'com.github.AriesHoo:UIWidget:1.7 .0'
61
+ compile 'com.github.AriesHoo:UIWidget:1.8 .0'
62
62
//下拉刷新库
63
63
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3'
64
64
//页面事件交互
You can’t perform that action at this time.
0 commit comments