Skip to content

Commit 9edafcb

Browse files
committed
1.4.0
1 parent 21098ee commit 9edafcb

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
@@ -18,44 +18,44 @@ https://github.com/LuckyJayce/MVCHelper/releases
1818
## 1.必须导入: ##
1919

2020
//MVCHelper核心类库
21-
compile 'com.shizhefei:MVCHelper-Library:1.3.2'
21+
compile 'com.shizhefei:MVCHelper-Library:1.4.0'
2222
//里面有使用recyclerview,所以需要导入recyclerview
23-
compile 'com.android.support:recyclerview-v7:24.0.0'
23+
compile 'com.android.support:recyclerview-v7:28.0.0'
2424

2525
## 2.可选: ##
2626
<1> 使用 https://github.com/LuckyJayce/CoolRefreshView 的刷新控件导入
2727
支持任意View的刷新 ,支持自定义Header,支持NestedScrollingParent,NestedScrollingChild的事件分发,嵌套ViewPager不会有事件冲突
2828

2929
//里面包含一个MVCCoolHelper 是适配这个控件的 MVCHelper
30-
compile 'com.shizhefei:MVCHelper-CoolRefresh:1.3.2'
30+
compile 'com.shizhefei:MVCHelper-CoolRefresh:1.4.0'
3131
compile 'com.shizhefei:CoolRefreshView:1.0.1'
32-
compile 'com.android.support:support-v4:24.0.0'
32+
compile 'com.android.support:support-v4:28.0.0'
3333

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

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

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

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

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

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

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

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

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ allprojects {
2828
}
2929

3030
ext {
31-
VERSION_NAME = '1.3.2'
32-
VERSION_CODE = 15
31+
VERSION_NAME = '1.4.0'
32+
VERSION_CODE = 16
3333
}
3434

3535

0 commit comments

Comments
 (0)