Skip to content

Commit ed8bcb7

Browse files
committed
更新readme
1 parent 9edafcb commit ed8bcb7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ https://github.com/LuckyJayce/MVCHelper/releases
1919

2020
//MVCHelper核心类库
2121
compile 'com.shizhefei:MVCHelper-Library:1.4.0'
22-
//里面有使用recyclerview,所以需要导入recyclerview
22+
//里面有使用recyclerview,所以需要导入recyclerview,版本不限
2323
compile 'com.android.support:recyclerview-v7:28.0.0'
2424

2525
## 2.可选: ##
@@ -29,6 +29,7 @@ https://github.com/LuckyJayce/MVCHelper/releases
2929
//里面包含一个MVCCoolHelper 是适配这个控件的 MVCHelper
3030
compile 'com.shizhefei:MVCHelper-CoolRefresh:1.4.0'
3131
compile 'com.shizhefei:CoolRefreshView:1.0.1'
32+
//v4版本不限
3233
compile 'com.android.support:support-v4:28.0.0'
3334

3435
<2> 使用 https://github.com/chrisbanes/Android-PullToRefresh 的刷新控件导入
@@ -49,8 +50,8 @@ https://github.com/LuckyJayce/MVCHelper/releases
4950

5051
//里面包含一个MVCSwipeRefreshHelper 是适配这个控件的 MVCHelper
5152
compile 'com.shizhefei:MVCHelper-SwipeRefresh:1.4.0'
52-
//v4包应该都有导入吧,v7包里面包含v4包
53-
compile 'com.android.support:support-v4:24.0.0'
53+
//v4包应该都有导入吧,v7包里面包含v4包, v4版本不限
54+
compile 'com.android.support:support-v4:28.0.0'
5455

5556
<5> 测试用例,可以方便的查看MVCHelper,Task的运行情况和返回数据,还提供了修改接口字段,用于接口测试很方便哦
5657

0 commit comments

Comments
 (0)