@@ -13,7 +13,7 @@ https://github.com/LuckyJayce/MVCHelper/releases
13
13
## 1.必须导入: ##
14
14
15
15
//MVCHelper核心类库
16
- compile 'com.shizhefei:MVCHelper-Library:1.0.8 '
16
+ compile 'com.shizhefei:MVCHelper-Library:1.1.0 '
17
17
//里面有使用recyclerview,所以需要导入recyclerview
18
18
compile 'com.android.support:recyclerview-v7:24.0.0'
19
19
@@ -22,42 +22,42 @@ https://github.com/LuckyJayce/MVCHelper/releases
22
22
支持任意View的刷新 ,支持自定义Header,支持NestedScrollingParent,NestedScrollingChild的事件分发,嵌套ViewPager不会有事件冲突
23
23
24
24
//里面包含一个MVCCoolHelper 是适配这个控件的 MVCHelper
25
- compile 'com.shizhefei:MVCHelper-CoolRefresh:1.0.8 '
25
+ compile 'com.shizhefei:MVCHelper-CoolRefresh:1.1.0 '
26
26
compile 'com.shizhefei:CoolRefreshView:1.0.1'
27
27
compile 'com.android.support:support-v4:24.0.0'
28
28
29
29
<2> 使用 https://github.com/chrisbanes/Android-PullToRefresh 的刷新控件导入
30
30
31
31
//里面包含一个MVCPullrefshHelper 是适配这个控件的 MVCHelper
32
- compile 'com.shizhefei:MVCHelper-Pullrefresh:1.0.8 '
32
+ compile 'com.shizhefei:MVCHelper-Pullrefresh:1.1.0 '
33
33
//由于没有找到gradle排至,我自己把它上传到jcenter上
34
34
compile 'com.shizhefei:pulltorefresh:1.0.1'
35
35
36
36
<3> 使用 https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh 的刷新控件导入
37
37
38
38
//里面包含一个MVCUltraHelper 是适配这个控件的 MVCHelper
39
- compile 'com.shizhefei:MVCHelper-UltraRefresh:1.0.8 '
39
+ compile 'com.shizhefei:MVCHelper-UltraRefresh:1.1.0 '
40
40
//这里6月29号目前最新的,要实时关注新版本去秋大的网站上去看
41
41
compile 'in.srain.cube:ultra-ptr:1.0.11'
42
42
43
43
<4> 使用android v4的SwipeRefreshLayout的作为刷新控件导入
44
44
45
45
//里面包含一个MVCSwipeRefreshHelper 是适配这个控件的 MVCHelper
46
- compile 'com.shizhefei:MVCHelper-SwipeRefresh:1.0.8 '
46
+ compile 'com.shizhefei:MVCHelper-SwipeRefresh:1.1.0 '
47
47
//v4包应该都有导入吧,v7包里面包含v4包
48
48
compile 'com.android.support:support-v4:24.0.0'
49
49
50
50
<5> 测试用例,可以方便的查看MVCHelper,Task的运行情况和返回数据,还提供了修改接口字段,用于接口测试很方便哦
51
51
52
52
//MVCHelper的测试用例,继承ABSTestCaseFragment实现List<TestCaseData> getTestCaseDatas()方法
53
- compile 'com.shizhefei:MVCHelper-TestCase:1.0.8 '
53
+ compile 'com.shizhefei:MVCHelper-TestCase:1.1.0 '
54
54
//里面用到了gson
55
55
compile 'com.google.code.gson:gson:2.2.4'
56
56
57
57
<6> MVCHelper-OkHttp 对OKHttp的简单封装
58
58
59
59
//MVCHelper的 OKHttp的简单封装
60
- compile 'com.shizhefei:MVCHelper-OkHttp:1.0.8 '
60
+ compile 'com.shizhefei:MVCHelper-OkHttp:1.1.0 '
61
61
//里面用到了okhttp3
62
62
compile 'com.squareup.okhttp3:okhttp:3.4.0'
63
63
compile 'com.squareup.okio:okio:1.9.0'
0 commit comments