Skip to content

Commit 6f47569

Browse files
author
zsy
committed
1.3.2
1 parent d53f10f commit 6f47569

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ https://github.com/LuckyJayce/MVCHelper/releases
1616
## 1.必须导入: ##
1717

1818
//MVCHelper核心类库
19-
compile 'com.shizhefei:MVCHelper-Library:1.3.1'
19+
compile 'com.shizhefei:MVCHelper-Library:1.3.2'
2020
//里面有使用recyclerview,所以需要导入recyclerview
2121
compile 'com.android.support:recyclerview-v7:24.0.0'
2222

@@ -25,42 +25,42 @@ https://github.com/LuckyJayce/MVCHelper/releases
2525
支持任意View的刷新 ,支持自定义Header,支持NestedScrollingParent,NestedScrollingChild的事件分发,嵌套ViewPager不会有事件冲突
2626

2727
//里面包含一个MVCCoolHelper 是适配这个控件的 MVCHelper
28-
compile 'com.shizhefei:MVCHelper-CoolRefresh:1.3.1'
28+
compile 'com.shizhefei:MVCHelper-CoolRefresh:1.3.2'
2929
compile 'com.shizhefei:CoolRefreshView:1.0.1'
3030
compile 'com.android.support:support-v4:24.0.0'
3131

3232
<2> 使用 https://github.com/chrisbanes/Android-PullToRefresh 的刷新控件导入
3333

3434
//里面包含一个MVCPullrefshHelper 是适配这个控件的 MVCHelper
35-
compile 'com.shizhefei:MVCHelper-Pullrefresh:1.3.1'
35+
compile 'com.shizhefei:MVCHelper-Pullrefresh:1.3.2'
3636
//由于没有找到gradle排至,我自己把它上传到jcenter上
3737
compile 'com.shizhefei:pulltorefresh:1.0.1'
3838

3939
<3> 使用 https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh 的刷新控件导入
4040

4141
//里面包含一个MVCUltraHelper 是适配这个控件的 MVCHelper
42-
compile 'com.shizhefei:MVCHelper-UltraRefresh:1.3.1'
42+
compile 'com.shizhefei:MVCHelper-UltraRefresh:1.3.2'
4343
//这里6月29号目前最新的,要实时关注新版本去秋大的网站上去看
4444
compile 'in.srain.cube:ultra-ptr:1.0.11'
4545

4646
<4> 使用android v4的SwipeRefreshLayout的作为刷新控件导入
4747

4848
//里面包含一个MVCSwipeRefreshHelper 是适配这个控件的 MVCHelper
49-
compile 'com.shizhefei:MVCHelper-SwipeRefresh:1.3.1'
49+
compile 'com.shizhefei:MVCHelper-SwipeRefresh:1.3.2'
5050
//v4包应该都有导入吧,v7包里面包含v4包
5151
compile 'com.android.support:support-v4:24.0.0'
5252

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

5555
//MVCHelper的测试用例,继承ABSTestCaseFragment实现List<TestCaseData> getTestCaseDatas()方法
56-
compile 'com.shizhefei:MVCHelper-TestCase:1.3.1'
56+
compile 'com.shizhefei:MVCHelper-TestCase:1.3.2'
5757
//里面用到了gson
5858
compile 'com.google.code.gson:gson:2.2.4'
5959

6060
<6> MVCHelper-OkHttp 对OKHttp的简单封装
6161

6262
//MVCHelper的 OKHttp的简单封装
63-
compile 'com.shizhefei:MVCHelper-OkHttp:1.3.1'
63+
compile 'com.shizhefei:MVCHelper-OkHttp:1.3.2'
6464
//里面用到了okhttp3
6565
compile 'com.squareup.okhttp3:okhttp:3.4.0'
6666
compile 'com.squareup.okio:okio:1.9.0'
@@ -74,7 +74,7 @@ https://github.com/LuckyJayce/MVCHelper/releases
7474
导入方式
7575

7676
//MVCHelper的 Task操作集合
77-
compile 'com.shizhefei:MVCHelper-Tasks:1.3.1'
77+
compile 'com.shizhefei:MVCHelper-Tasks:1.3.2'
7878

7979
## 结构
8080
![image](raw/MVC.png)

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ allprojects {
2323
}
2424

2525
ext {
26-
VERSION_NAME = '1.3.1'
27-
VERSION_CODE = 14
26+
VERSION_NAME = '1.3.2'
27+
VERSION_CODE = 15
2828
}
2929

3030

0 commit comments

Comments
 (0)