We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44e7ff commit f8387b9Copy full SHA for f8387b9
README.md
@@ -32,7 +32,7 @@ dependencies {
32
33
```
34
dependencies {
35
- def supportVersion = "25.3.1"
+ def supportVersion = "25.3.1"
36
compile 'com.android.support:appcompat-v7:'.concat(supportVersion)
37
compile 'com.android.support:recyclerview-v7:'.concat(supportVersion)
38
//图片加载
@@ -58,7 +58,7 @@ dependencies {
58
//多状态视图切换
59
compile 'com.github.MarnonDev:EasyStatusView:v1.0.3'
60
//常用UI控件(TitleBarView、RadiusView等)
61
- compile 'com.github.AriesHoo:UIWidget:1.6.0'
+ compile 'com.github.AriesHoo:UIWidget:1.7.0'
62
//下拉刷新库
63
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3'
64
//页面事件交互
0 commit comments