Skip to content

Commit 4797785

Browse files
committed
docs: 更新 Dev 系列库所有版本及 API 文档
Former-commit-id: 42759ca
1 parent f3260fa commit 4797785

File tree

17 files changed

+134
-134
lines changed

17 files changed

+134
-134
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img alt="API" src="https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat" />
1717
</a>
1818
<a href="https://search.maven.org/search?q=io.github.afkt">
19-
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.6-yellow.svg" />
19+
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.7-yellow.svg" />
2020
</a>
2121
<a href="https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md">
2222
<img alt="Utils" src="https://img.shields.io/badge/Utils-300+-critical.svg" />
@@ -54,53 +54,53 @@
5454
```gradle
5555
5656
// DevApp - Android 工具类库
57-
implementation 'io.github.afkt:DevAppX:2.4.6'
57+
implementation 'io.github.afkt:DevAppX:2.4.7'
5858
5959
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
60-
implementation 'io.github.afkt:DevAssist:1.4.1'
60+
implementation 'io.github.afkt:DevAssist:1.4.2'
6161
6262
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
63-
implementation 'io.github.afkt:DevBase:1.1.8'
63+
implementation 'io.github.afkt:DevBase:1.1.9'
6464
6565
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
66-
implementation 'io.github.afkt:DevBaseMVVM:1.1.6'
66+
implementation 'io.github.afkt:DevBaseMVVM:1.1.7'
6767
6868
// DevMVVM - DataBinding 工具类库
69-
implementation 'io.github.afkt:DevMVVM:1.0.4'
69+
implementation 'io.github.afkt:DevMVVM:1.0.5'
7070
7171
// DevSimple - 简单敏捷开发库
72-
implementation 'io.github.afkt:DevSimple:1.0.1'
72+
implementation 'io.github.afkt:DevSimple:1.0.2'
7373
7474
// DevAgile - 简单敏捷开发库 ( 常用、零散代码 )
75-
implementation 'io.github.afkt:DevAgile:1.0.0'
75+
implementation 'io.github.afkt:DevAgile:1.0.1'
7676
7777
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
78-
implementation 'io.github.afkt:DevEngine:1.1.3'
78+
implementation 'io.github.afkt:DevEngine:1.1.4'
7979
8080
// DevHttpCapture - OkHttp 抓包工具库
81-
implementation 'io.github.afkt:DevHttpCapture:1.1.7'
81+
implementation 'io.github.afkt:DevHttpCapture:1.1.8'
8282
8383
// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
84-
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.7'
85-
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.7'
84+
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.8'
85+
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.8'
8686
8787
// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
88-
implementation 'io.github.afkt:DevHttpManager:1.0.6'
88+
implementation 'io.github.afkt:DevHttpManager:1.0.7'
8989
9090
// DevRetrofit - Retrofit + Kotlin Coroutines 封装
91-
implementation 'io.github.afkt:DevRetrofit:1.0.5'
91+
implementation 'io.github.afkt:DevRetrofit:1.0.6'
9292
9393
// DevWidget - 自定义 View UI 库
94-
implementation 'io.github.afkt:DevWidgetX:1.2.3'
94+
implementation 'io.github.afkt:DevWidgetX:1.2.4'
9595
9696
// DevEnvironment - Android 环境配置切换库
97-
implementation 'io.github.afkt:DevEnvironment:1.1.5'
98-
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.5' // kaptDebug
99-
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.5' // kaptRelease
100-
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.5' // kapt
97+
implementation 'io.github.afkt:DevEnvironment:1.1.6'
98+
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.6' // kaptDebug
99+
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.6' // kaptRelease
100+
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.6' // kapt
101101
102102
// DevJava - Java 工具类库 ( 不依赖 android api )
103-
implementation 'io.github.afkt:DevJava:1.5.1' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
103+
implementation 'io.github.afkt:DevJava:1.5.2' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
104104
```
105105

106106
## 赞赏

README_API.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img alt="API" src="https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat" />
1717
</a>
1818
<a href="https://search.maven.org/search?q=io.github.afkt">
19-
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.6-yellow.svg" />
19+
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.7-yellow.svg" />
2020
</a>
2121
<a href="https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md">
2222
<img alt="Utils" src="https://img.shields.io/badge/Utils-300+-critical.svg" />
@@ -170,53 +170,53 @@
170170
```gradle
171171
172172
// DevApp - Android 工具类库
173-
implementation 'io.github.afkt:DevAppX:2.4.6'
173+
implementation 'io.github.afkt:DevAppX:2.4.7'
174174
175175
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
176-
implementation 'io.github.afkt:DevAssist:1.4.1'
176+
implementation 'io.github.afkt:DevAssist:1.4.2'
177177
178178
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
179-
implementation 'io.github.afkt:DevBase:1.1.8'
179+
implementation 'io.github.afkt:DevBase:1.1.9'
180180
181181
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
182-
implementation 'io.github.afkt:DevBaseMVVM:1.1.6'
182+
implementation 'io.github.afkt:DevBaseMVVM:1.1.7'
183183
184184
// DevMVVM - DataBinding 工具类库
185-
implementation 'io.github.afkt:DevMVVM:1.0.4'
185+
implementation 'io.github.afkt:DevMVVM:1.0.5'
186186
187187
// DevSimple - 简单敏捷开发库
188-
implementation 'io.github.afkt:DevSimple:1.0.1'
188+
implementation 'io.github.afkt:DevSimple:1.0.2'
189189
190190
// DevAgile - 简单敏捷开发库 ( 常用、零散代码 )
191-
implementation 'io.github.afkt:DevAgile:1.0.0'
191+
implementation 'io.github.afkt:DevAgile:1.0.1'
192192
193193
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
194-
implementation 'io.github.afkt:DevEngine:1.1.3'
194+
implementation 'io.github.afkt:DevEngine:1.1.4'
195195
196196
// DevHttpCapture - OkHttp 抓包工具库
197-
implementation 'io.github.afkt:DevHttpCapture:1.1.7'
197+
implementation 'io.github.afkt:DevHttpCapture:1.1.8'
198198
199199
// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
200-
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.7'
201-
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.7'
200+
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.8'
201+
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.8'
202202
203203
// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
204-
implementation 'io.github.afkt:DevHttpManager:1.0.6'
204+
implementation 'io.github.afkt:DevHttpManager:1.0.7'
205205
206206
// DevRetrofit - Retrofit + Kotlin Coroutines 封装
207-
implementation 'io.github.afkt:DevRetrofit:1.0.5'
207+
implementation 'io.github.afkt:DevRetrofit:1.0.6'
208208
209209
// DevWidget - 自定义 View UI 库
210-
implementation 'io.github.afkt:DevWidgetX:1.2.3'
210+
implementation 'io.github.afkt:DevWidgetX:1.2.4'
211211
212212
// DevEnvironment - Android 环境配置切换库
213-
implementation 'io.github.afkt:DevEnvironment:1.1.5'
214-
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.5' // kaptDebug
215-
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.5' // kaptRelease
216-
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.5' // kapt
213+
implementation 'io.github.afkt:DevEnvironment:1.1.6'
214+
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.6' // kaptDebug
215+
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.6' // kaptRelease
216+
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.6' // kapt
217217
218218
// DevJava - Java 工具类库 ( 不依赖 android api )
219-
implementation 'io.github.afkt:DevJava:1.5.1' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
219+
implementation 'io.github.afkt:DevJava:1.5.2' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
220220
```
221221

222222

README_PROJECT.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img alt="API" src="https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat" />
1717
</a>
1818
<a href="https://search.maven.org/search?q=io.github.afkt">
19-
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.6-yellow.svg" />
19+
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.7-yellow.svg" />
2020
</a>
2121
<a href="https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md">
2222
<img alt="Utils" src="https://img.shields.io/badge/Utils-300+-critical.svg" />
@@ -170,53 +170,53 @@
170170
```gradle
171171
172172
// DevApp - Android 工具类库
173-
implementation 'io.github.afkt:DevAppX:2.4.6'
173+
implementation 'io.github.afkt:DevAppX:2.4.7'
174174
175175
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
176-
implementation 'io.github.afkt:DevAssist:1.4.1'
176+
implementation 'io.github.afkt:DevAssist:1.4.2'
177177
178178
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
179-
implementation 'io.github.afkt:DevBase:1.1.8'
179+
implementation 'io.github.afkt:DevBase:1.1.9'
180180
181181
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
182-
implementation 'io.github.afkt:DevBaseMVVM:1.1.6'
182+
implementation 'io.github.afkt:DevBaseMVVM:1.1.7'
183183
184184
// DevMVVM - DataBinding 工具类库
185-
implementation 'io.github.afkt:DevMVVM:1.0.4'
185+
implementation 'io.github.afkt:DevMVVM:1.0.5'
186186
187187
// DevSimple - 简单敏捷开发库
188-
implementation 'io.github.afkt:DevSimple:1.0.1'
188+
implementation 'io.github.afkt:DevSimple:1.0.2'
189189
190190
// DevAgile - 简单敏捷开发库 ( 常用、零散代码 )
191-
implementation 'io.github.afkt:DevAgile:1.0.0'
191+
implementation 'io.github.afkt:DevAgile:1.0.1'
192192
193193
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
194-
implementation 'io.github.afkt:DevEngine:1.1.3'
194+
implementation 'io.github.afkt:DevEngine:1.1.4'
195195
196196
// DevHttpCapture - OkHttp 抓包工具库
197-
implementation 'io.github.afkt:DevHttpCapture:1.1.7'
197+
implementation 'io.github.afkt:DevHttpCapture:1.1.8'
198198
199199
// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
200-
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.7'
201-
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.7'
200+
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.8'
201+
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.8'
202202
203203
// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
204-
implementation 'io.github.afkt:DevHttpManager:1.0.6'
204+
implementation 'io.github.afkt:DevHttpManager:1.0.7'
205205
206206
// DevRetrofit - Retrofit + Kotlin Coroutines 封装
207-
implementation 'io.github.afkt:DevRetrofit:1.0.5'
207+
implementation 'io.github.afkt:DevRetrofit:1.0.6'
208208
209209
// DevWidget - 自定义 View UI 库
210-
implementation 'io.github.afkt:DevWidgetX:1.2.3'
210+
implementation 'io.github.afkt:DevWidgetX:1.2.4'
211211
212212
// DevEnvironment - Android 环境配置切换库
213-
implementation 'io.github.afkt:DevEnvironment:1.1.5'
214-
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.5' // kaptDebug
215-
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.5' // kaptRelease
216-
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.5' // kapt
213+
implementation 'io.github.afkt:DevEnvironment:1.1.6'
214+
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.6' // kaptDebug
215+
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.6' // kaptRelease
216+
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.6' // kapt
217217
218218
// DevJava - Java 工具类库 ( 不依赖 android api )
219-
implementation 'io.github.afkt:DevJava:1.5.1' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
219+
implementation 'io.github.afkt:DevJava:1.5.2' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
220220
```
221221

222222

file/gradle/versions.gradle

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -30,64 +30,64 @@ ext {
3030
// ===========
3131

3232
// DevApp - Android 工具类库
33-
dev_app_versionCode : 246,
34-
dev_app_versionName : "2.4.6",
33+
dev_app_versionCode : 247,
34+
dev_app_versionName : "2.4.7",
3535

3636
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
37-
dev_assist_versionCode : 141,
38-
dev_assist_versionName : "1.4.1",
37+
dev_assist_versionCode : 142,
38+
dev_assist_versionName : "1.4.2",
3939

4040
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
41-
dev_base_versionCode : 118,
42-
dev_base_versionName : "1.1.8",
41+
dev_base_versionCode : 119,
42+
dev_base_versionName : "1.1.9",
4343

4444
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
45-
dev_base_mvvm_versionCode : 116,
46-
dev_base_mvvm_versionName : "1.1.6",
45+
dev_base_mvvm_versionCode : 117,
46+
dev_base_mvvm_versionName : "1.1.7",
4747

4848
// DevMVVM - DataBinding 工具类库
49-
dev_mvvm_versionCode : 104,
50-
dev_mvvm_versionName : "1.0.4",
49+
dev_mvvm_versionCode : 105,
50+
dev_mvvm_versionName : "1.0.5",
5151

5252
// DevSimple - 简单敏捷开发库
53-
dev_simple_versionCode : 101,
54-
dev_simple_versionName : "1.0.1",
53+
dev_simple_versionCode : 102,
54+
dev_simple_versionName : "1.0.2",
5555

5656
// DevAgile - 简单敏捷开发库 ( 常用、零散代码 )
57-
dev_agile_versionCode : 100,
58-
dev_agile_versionName : "1.0.0",
57+
dev_agile_versionCode : 101,
58+
dev_agile_versionName : "1.0.1",
5959

6060
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
61-
dev_engine_versionCode : 113,
62-
dev_engine_versionName : "1.1.3",
61+
dev_engine_versionCode : 114,
62+
dev_engine_versionName : "1.1.4",
6363

6464
// DevHttpCapture - OkHttp 抓包工具库
65-
dev_http_capture_versionCode : 117,
66-
dev_http_capture_versionName : "1.1.7",
67-
dev_http_capture_compiler_version : "1.1.7",
68-
dev_http_capture_compiler_release_version: "1.1.7",
65+
dev_http_capture_versionCode : 118,
66+
dev_http_capture_versionName : "1.1.8",
67+
dev_http_capture_compiler_version : "1.1.8",
68+
dev_http_capture_compiler_release_version: "1.1.8",
6969

7070
// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
71-
dev_http_manager_versionCode : 106,
72-
dev_http_manager_versionName : "1.0.6",
71+
dev_http_manager_versionCode : 107,
72+
dev_http_manager_versionName : "1.0.7",
7373

7474
// DevRetrofit - Retrofit + Kotlin Coroutines 封装
75-
dev_retrofit_versionCode : 105,
76-
dev_retrofit_versionName : "1.0.5",
75+
dev_retrofit_versionCode : 106,
76+
dev_retrofit_versionName : "1.0.6",
7777

7878
// DevWidget - 自定义 View UI 库
79-
dev_widget_versionCode : 123,
80-
dev_widget_versionName : "1.2.3",
79+
dev_widget_versionCode : 124,
80+
dev_widget_versionName : "1.2.4",
8181

8282
// DevEnvironment - Android 环境配置切换库
83-
dev_environment_versionCode : 115,
84-
dev_environment_version : "1.1.5",
85-
dev_environment_base_version : "1.1.5",
86-
dev_environment_compiler_version : "1.1.5",
87-
dev_environment_compiler_release_version : "1.1.5",
83+
dev_environment_versionCode : 116,
84+
dev_environment_version : "1.1.6",
85+
dev_environment_base_version : "1.1.6",
86+
dev_environment_compiler_version : "1.1.6",
87+
dev_environment_compiler_release_version : "1.1.6",
8888

8989
// DevJava - Java 工具类库 ( 不依赖 android api )
90-
dev_java_versionCode : 151,
91-
dev_java_version : "1.5.1",
90+
dev_java_versionCode : 152,
91+
dev_java_version : "1.5.2",
9292
]
9393
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
becdf9320f2e2003093bd277f21cf9bfa1bb9674
1+
87a112de29cdb9c05ef1c0d44ecbd81558e02221

lib/DevAssist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Gradle
33

44
```gradle
5-
implementation 'io.github.afkt:DevAssist:1.4.1'
5+
implementation 'io.github.afkt:DevAssist:1.4.2'
66
```
77

88
## 目录结构

lib/DevBase/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Gradle
33

44
```gradle
5-
implementation 'io.github.afkt:DevBase:1.1.8'
5+
implementation 'io.github.afkt:DevBase:1.1.9'
66
```
77

88
## 目录结构

lib/DevBaseMVVM/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Gradle
33

44
```gradle
5-
implementation 'io.github.afkt:DevBaseMVVM:1.1.6'
5+
implementation 'io.github.afkt:DevBaseMVVM:1.1.7'
66
```
77

88
## 目录结构

lib/DevEngine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Gradle
33

44
```gradle
5-
implementation 'io.github.afkt:DevEngine:1.1.3'
5+
implementation 'io.github.afkt:DevEngine:1.1.4'
66
```
77

88
## 目录结构

lib/DevHttpCapture/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Gradle
33

44
```gradle
5-
implementation 'io.github.afkt:DevHttpCapture:1.1.7'
5+
implementation 'io.github.afkt:DevHttpCapture:1.1.8'
66
```
77

88
## 目录结构

0 commit comments

Comments
 (0)