Commit ed8bcb7 1 parent 9edafcb commit ed8bcb7 Copy full SHA for ed8bcb7
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ https://github.com/LuckyJayce/MVCHelper/releases
19
19
20
20
//MVCHelper核心类库
21
21
compile 'com.shizhefei:MVCHelper-Library:1.4.0'
22
- //里面有使用recyclerview,所以需要导入recyclerview
22
+ //里面有使用recyclerview,所以需要导入recyclerview,版本不限
23
23
compile 'com.android.support:recyclerview-v7:28.0.0'
24
24
25
25
## 2.可选: ##
@@ -29,6 +29,7 @@ https://github.com/LuckyJayce/MVCHelper/releases
29
29
//里面包含一个MVCCoolHelper 是适配这个控件的 MVCHelper
30
30
compile 'com.shizhefei:MVCHelper-CoolRefresh:1.4.0'
31
31
compile 'com.shizhefei:CoolRefreshView:1.0.1'
32
+ //v4版本不限
32
33
compile 'com.android.support:support-v4:28.0.0'
33
34
34
35
<2> 使用 https://github.com/chrisbanes/Android-PullToRefresh 的刷新控件导入
@@ -49,8 +50,8 @@ https://github.com/LuckyJayce/MVCHelper/releases
49
50
50
51
//里面包含一个MVCSwipeRefreshHelper 是适配这个控件的 MVCHelper
51
52
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'
54
55
55
56
<5> 测试用例,可以方便的查看MVCHelper,Task的运行情况和返回数据,还提供了修改接口字段,用于接口测试很方便哦
56
57
You can’t perform that action at this time.
0 commit comments