Skip to content

Commit 18ce425

Browse files
authored
Update README.md
1 parent eb228d2 commit 18ce425

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Demo中使用到的网络请求api来源于[豆瓣API V2](https://developers.dou
2626

2727
其它功能请在demo中发现
2828

29+
**说明:
30+
1、V2.1.0版本及以后将部分系统及第三方库在FastLib里使用provided编译,实际项目中需要根据项目需要compile合适的版本避免版本重复
31+
2、V2.1.5版本及以后新增众多全局设置TitleBarView属性、Adapter加载动画、SmartRefreshLayout刷新配置、Glide加载占位Drawable属性等控制的FastCofig类用于全局设置应用通用属性并减少部分冗余代码及冗余drawable资源文件
32+
**
33+
2934
[[Sample PC Download]](https://github.com/AriesHoo/FastLib/blob/master/apk/sample.apk)
3035

3136
[[Sample Mobile Download]](http://fir.im/hju8)
@@ -45,7 +50,7 @@ allprojects {
4550

4651
```
4752
dependencies {
48-
    //compile 'com.github.AriesHoo:FastLib:2.1.1'
53+
    //compile 'com.github.AriesHoo:FastLib:2.1.5'
4954
compile 'com.github.AriesHoo:FastLib:${LATEST_VERSION}'
5055
}
5156
```
@@ -99,7 +104,6 @@ dependencies {
99104
}
100105
```
101106

102-
**说明:V2.1.0版本及以后将部分系统及第三方库在FastLib里使用provided编译,实际项目中需要根据项目需要compile合适的版本避免版本重复**
103107
## 实现功能
104108

105109
* 网络请求与Activity/Fragment生命周期绑定--通过RxLifeCycle2.x

0 commit comments

Comments
 (0)