File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ Demo中使用到的网络请求api来源于[豆瓣API V2](https://developers.dou
26
26
27
27
其它功能请在demo中发现
28
28
29
+ ** 说明:
30
+ 1、V2.1.0版本及以后将部分系统及第三方库在FastLib里使用provided编译,实际项目中需要根据项目需要compile合适的版本避免版本重复
31
+ 2、V2.1.5版本及以后新增众多全局设置TitleBarView属性、Adapter加载动画、SmartRefreshLayout刷新配置、Glide加载占位Drawable属性等控制的FastCofig类用于全局设置应用通用属性并减少部分冗余代码及冗余drawable资源文件
32
+ **
33
+
29
34
[[ Sample PC Download]] ( https://github.com/AriesHoo/FastLib/blob/master/apk/sample.apk )
30
35
31
36
[[ Sample Mobile Download]] ( http://fir.im/hju8 )
@@ -45,7 +50,7 @@ allprojects {
45
50
46
51
```
47
52
dependencies {
48
- //compile 'com.github.AriesHoo:FastLib:2.1.1 '
53
+ //compile 'com.github.AriesHoo:FastLib:2.1.5 '
49
54
compile 'com.github.AriesHoo:FastLib:${LATEST_VERSION}'
50
55
}
51
56
```
@@ -99,7 +104,6 @@ dependencies {
99
104
}
100
105
```
101
106
102
- ** 说明: V2 .1.0版本及以后将部分系统及第三方库在FastLib里使用provided编译,实际项目中需要根据项目需要compile合适的版本避免版本重复**
103
107
## 实现功能
104
108
105
109
* 网络请求与Activity/Fragment生命周期绑定--通过RxLifeCycle2.x
You can’t perform that action at this time.
0 commit comments