Skip to content

Commit c781ef7

Browse files
authored
Update README.md
1 parent 0101791 commit c781ef7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323

2424
```
2525
dependencies {
26-
    //compile 'com.github.AriesHoo:FastLib:1.0.2'
26+
    //compile 'com.github.AriesHoo:FastLib:1.0.3'
2727
compile 'com.github.AriesHoo:FastLib:${LATEST_VERSION}'
2828
}
2929
```
@@ -41,7 +41,7 @@ dependencies {
4141
//日志打印
4242
compile 'com.orhanobut:logger:2.1.1'
4343
//注解
44-
compile 'com.jakewharton:butterknife:8.8.0'
44+
compile 'com.jakewharton:butterknife:8.8.1'
4545
//retrofit+rxjava
4646
compile 'io.reactivex:rxjava:1.1.6'
4747
compile 'io.reactivex:rxandroid:1.2.1'
@@ -58,7 +58,7 @@ dependencies {
5858
//多状态视图切换
5959
compile 'com.github.MarnonDev:EasyStatusView:v1.0.3'
6060
//常用UI控件(TitleBarView、RadiusView等)
61-
compile 'com.github.AriesHoo:UIWidget:1.7.0'
61+
compile 'com.github.AriesHoo:UIWidget:1.8.0'
6262
//下拉刷新库
6363
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3'
6464
//页面事件交互

0 commit comments

Comments
 (0)