Skip to content

Commit b154800

Browse files
committed
docs: 新增 DevUtils 系列库发布顺序及依赖情况文件
Former-commit-id: 982e1eb Former-commit-id: 1aed522
1 parent 7433919 commit b154800

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

lib/publish.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
## 发布顺序及依赖情况
3+
4+
```
5+
- DevApp | Android 工具类库
6+
- DevAssist | 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
7+
- DevEngine | 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
8+
- DevBase | Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
9+
- DevBaseMVVM | MVVM ( ViewDataBinding + ViewModel ) 基类库
10+
- DevHttpCapture | OkHttp 抓包工具库
11+
- DevHttpCaptureCompiler | Debug ( 打包 / 编译 ) 实现代码
12+
- DevHttpCaptureCompilerRelease | Release ( 打包 / 编译 ) 实现代码
13+
- DevHttpManager | OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
14+
- DevWidget | 自定义 View UI 库
15+
- DevEnvironmentBase | 注解类、实体类、监听事件等通用基础
16+
- DevEnvironment | 环境切换可视化 UI 操作
17+
- DevEnvironmentCompiler | Debug ( 打包 / 编译 ) 生成实现代码
18+
- DevEnvironmentCompilerRelease | Release ( 打包 / 编译 ) 生成实现代码
19+
- DevJava | Java 工具类库 ( 不依赖 android api )
20+
```
21+

0 commit comments

Comments
 (0)