Skip to content

Commit f8387b9

Browse files
authored
Update README.md
1 parent f44e7ff commit f8387b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232

3333
```
3434
dependencies {
35-
   def supportVersion = "25.3.1"
35+
def supportVersion = "25.3.1"
3636
compile 'com.android.support:appcompat-v7:'.concat(supportVersion)
3737
compile 'com.android.support:recyclerview-v7:'.concat(supportVersion)
3838
//图片加载
@@ -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.6.0'
61+
compile 'com.github.AriesHoo:UIWidget:1.7.0'
6262
//下拉刷新库
6363
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3'
6464
//页面事件交互

0 commit comments

Comments
 (0)