Skip to content

Commit

Permalink
docs: 更新部分版本信息、忽略配置
Browse files Browse the repository at this point in the history
  • Loading branch information
afkT committed Jan 17, 2024
1 parent b8d42a5 commit 41f7f3f
Show file tree
Hide file tree
Showing 18 changed files with 161 additions and 138 deletions.
44 changes: 26 additions & 18 deletions API/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<img alt="API" src="https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat" />
</a>
<a href="https://search.maven.org/search?q=io.github.afkt">
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.3-yellow.svg" />
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.4-yellow.svg" />
</a>
<a href="https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md">
<img alt="Utils" src="https://img.shields.io/badge/Utils-300+-critical.svg" />
Expand Down Expand Up @@ -54,46 +54,52 @@
```gradle
// DevApp - Android 工具类库
implementation 'io.github.afkt:DevAppX:2.4.3'
implementation 'io.github.afkt:DevAppX:2.4.4'
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
implementation 'io.github.afkt:DevAssist:1.3.9'
implementation 'io.github.afkt:DevAssist:1.4.0'
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
implementation 'io.github.afkt:DevBase:1.1.5'
implementation 'io.github.afkt:DevBase:1.1.6'
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
implementation 'io.github.afkt:DevBaseMVVM:1.1.3'
implementation 'io.github.afkt:DevBaseMVVM:1.1.4'
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
implementation 'io.github.afkt:DevEngine:1.1.1'
implementation 'io.github.afkt:DevEngine:1.1.2'
// DevHttpCapture - OkHttp 抓包工具库
implementation 'io.github.afkt:DevHttpCapture:1.1.4'
implementation 'io.github.afkt:DevHttpCapture:1.1.5'
// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.4'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.4'
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.5'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.5'
// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
implementation 'io.github.afkt:DevHttpManager:1.0.4'
implementation 'io.github.afkt:DevHttpManager:1.0.5'
// DevRetrofit - Retrofit + Kotlin Coroutines 封装
implementation 'io.github.afkt:DevRetrofit:1.0.3'
implementation 'io.github.afkt:DevRetrofit:1.0.4'
// DevWidget - 自定义 View UI 库
implementation 'io.github.afkt:DevWidgetX:1.2.1'
implementation 'io.github.afkt:DevWidgetX:1.2.2'
// DevEnvironment - Android 环境配置切换库
implementation 'io.github.afkt:DevEnvironment:1.1.3'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.3' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.3' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.3' // kapt
implementation 'io.github.afkt:DevEnvironment:1.1.4'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.4' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.4' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.4' // kapt
// DevJava - Java 工具类库 ( 不依赖 android api )
implementation 'io.github.afkt:DevJava:1.4.9' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
implementation 'io.github.afkt:DevJava:1.5.0' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
```

## 赞赏

如果你喜欢 DevUtils 的设计,感觉它帮助到了你,并且很想支持该库的后续开发和维护,那么可以扫描下方的二维码,请作者喝一杯咖啡~

![][pay_qrcodeImg]


## License

Expand All @@ -110,4 +116,6 @@ implementation 'io.github.afkt:DevJava:1.4.9' // 用于纯 Java 开发,如果
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



[pay_qrcodeImg]: https://github.com/afkT/Resources/raw/main/art/pay_qrcode.png
44 changes: 26 additions & 18 deletions API/README_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<img alt="API" src="https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat" />
</a>
<a href="https://search.maven.org/search?q=io.github.afkt">
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.3-yellow.svg" />
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.4-yellow.svg" />
</a>
<a href="https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md">
<img alt="Utils" src="https://img.shields.io/badge/Utils-300+-critical.svg" />
Expand Down Expand Up @@ -170,46 +170,52 @@
```gradle
// DevApp - Android 工具类库
implementation 'io.github.afkt:DevAppX:2.4.3'
implementation 'io.github.afkt:DevAppX:2.4.4'
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
implementation 'io.github.afkt:DevAssist:1.3.9'
implementation 'io.github.afkt:DevAssist:1.4.0'
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
implementation 'io.github.afkt:DevBase:1.1.5'
implementation 'io.github.afkt:DevBase:1.1.6'
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
implementation 'io.github.afkt:DevBaseMVVM:1.1.3'
implementation 'io.github.afkt:DevBaseMVVM:1.1.4'
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
implementation 'io.github.afkt:DevEngine:1.1.1'
implementation 'io.github.afkt:DevEngine:1.1.2'
// DevHttpCapture - OkHttp 抓包工具库
implementation 'io.github.afkt:DevHttpCapture:1.1.4'
implementation 'io.github.afkt:DevHttpCapture:1.1.5'
// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.4'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.4'
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.5'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.5'
// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
implementation 'io.github.afkt:DevHttpManager:1.0.4'
implementation 'io.github.afkt:DevHttpManager:1.0.5'
// DevRetrofit - Retrofit + Kotlin Coroutines 封装
implementation 'io.github.afkt:DevRetrofit:1.0.3'
implementation 'io.github.afkt:DevRetrofit:1.0.4'
// DevWidget - 自定义 View UI 库
implementation 'io.github.afkt:DevWidgetX:1.2.1'
implementation 'io.github.afkt:DevWidgetX:1.2.2'
// DevEnvironment - Android 环境配置切换库
implementation 'io.github.afkt:DevEnvironment:1.1.3'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.3' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.3' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.3' // kapt
implementation 'io.github.afkt:DevEnvironment:1.1.4'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.4' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.4' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.4' // kapt
// DevJava - Java 工具类库 ( 不依赖 android api )
implementation 'io.github.afkt:DevJava:1.4.9' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
implementation 'io.github.afkt:DevJava:1.5.0' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
```

## 赞赏

如果你喜欢 DevUtils 的设计,感觉它帮助到了你,并且很想支持该库的后续开发和维护,那么可以扫描下方的二维码,请作者喝一杯咖啡~

![][pay_qrcodeImg]


## License

Expand All @@ -226,4 +232,6 @@ implementation 'io.github.afkt:DevJava:1.4.9' // 用于纯 Java 开发,如果
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



[pay_qrcodeImg]: https://github.com/afkT/Resources/raw/main/art/pay_qrcode.png
44 changes: 26 additions & 18 deletions API/README_ORIGINAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<img alt="API" src="https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat" />
</a>
<a href="https://search.maven.org/search?q=io.github.afkt">
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.3-yellow.svg" />
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.4-yellow.svg" />
</a>
<a href="https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md">
<img alt="Utils" src="https://img.shields.io/badge/Utils-300+-critical.svg" />
Expand Down Expand Up @@ -170,46 +170,52 @@
```gradle
// DevApp - Android 工具类库
implementation 'io.github.afkt:DevAppX:2.4.3'
implementation 'io.github.afkt:DevAppX:2.4.4'
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
implementation 'io.github.afkt:DevAssist:1.3.9'
implementation 'io.github.afkt:DevAssist:1.4.0'
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
implementation 'io.github.afkt:DevBase:1.1.5'
implementation 'io.github.afkt:DevBase:1.1.6'
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
implementation 'io.github.afkt:DevBaseMVVM:1.1.3'
implementation 'io.github.afkt:DevBaseMVVM:1.1.4'
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
implementation 'io.github.afkt:DevEngine:1.1.1'
implementation 'io.github.afkt:DevEngine:1.1.2'
// DevHttpCapture - OkHttp 抓包工具库
implementation 'io.github.afkt:DevHttpCapture:1.1.4'
implementation 'io.github.afkt:DevHttpCapture:1.1.5'
// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.4'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.4'
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.5'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.5'
// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
implementation 'io.github.afkt:DevHttpManager:1.0.4'
implementation 'io.github.afkt:DevHttpManager:1.0.5'
// DevRetrofit - Retrofit + Kotlin Coroutines 封装
implementation 'io.github.afkt:DevRetrofit:1.0.3'
implementation 'io.github.afkt:DevRetrofit:1.0.4'
// DevWidget - 自定义 View UI 库
implementation 'io.github.afkt:DevWidgetX:1.2.1'
implementation 'io.github.afkt:DevWidgetX:1.2.2'
// DevEnvironment - Android 环境配置切换库
implementation 'io.github.afkt:DevEnvironment:1.1.3'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.3' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.3' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.3' // kapt
implementation 'io.github.afkt:DevEnvironment:1.1.4'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.4' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.4' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.4' // kapt
// DevJava - Java 工具类库 ( 不依赖 android api )
implementation 'io.github.afkt:DevJava:1.4.9' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
implementation 'io.github.afkt:DevJava:1.5.0' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
```

## 赞赏

如果你喜欢 DevUtils 的设计,感觉它帮助到了你,并且很想支持该库的后续开发和维护,那么可以扫描下方的二维码,请作者喝一杯咖啡~

![][pay_qrcodeImg]


## License

Expand All @@ -226,4 +232,6 @@ implementation 'io.github.afkt:DevJava:1.4.9' // 用于纯 Java 开发,如果
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



[pay_qrcodeImg]: https://github.com/afkT/Resources/raw/main/art/pay_qrcode.png
3 changes: 2 additions & 1 deletion API/lib/DevApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//implementation 'com.afkt:DevApp:1.9.4'
// AndroidX ( Maven Central )
implementation 'io.github.afkt:DevAppX:2.4.3'
implementation 'io.github.afkt:DevAppX:2.4.4'
```

## 目录结构
Expand Down Expand Up @@ -1915,6 +1915,7 @@ DevUtils.openDebug();
| isS | 是否在 12.0 版本及以上 |
| isSV2 | 是否在 12.0 L 版本及以上 |
| isTiramisu | 是否在 13.0 版本及以上 |
| isUpsideDownCake | 是否在 14.0 版本及以上 |
| convertSDKVersion | 转换 SDK 版本 convertSDKVersion(31) = Android 12.0 |
| convertSDKVersionName | 转换 SDK 版本名字 convertSDKVersionName(31) = Android S |

Expand Down
2 changes: 1 addition & 1 deletion API/lib/DevAssist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Gradle

```gradle
implementation 'io.github.afkt:DevAssist:1.3.9'
implementation 'io.github.afkt:DevAssist:1.4.0'
```

## 目录结构
Expand Down
2 changes: 1 addition & 1 deletion API/lib/DevBase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Gradle

```gradle
implementation 'io.github.afkt:DevBase:1.1.5'
implementation 'io.github.afkt:DevBase:1.1.6'
```

## 目录结构
Expand Down
2 changes: 1 addition & 1 deletion API/lib/DevBaseMVVM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Gradle

```gradle
implementation 'io.github.afkt:DevBaseMVVM:1.1.3'
implementation 'io.github.afkt:DevBaseMVVM:1.1.4'
```

## 目录结构
Expand Down
2 changes: 1 addition & 1 deletion API/lib/DevEngine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Gradle

```gradle
implementation 'io.github.afkt:DevEngine:1.1.1'
implementation 'io.github.afkt:DevEngine:1.1.2'
```

## 目录结构
Expand Down
2 changes: 1 addition & 1 deletion API/lib/DevHttpCapture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Gradle

```gradle
implementation 'io.github.afkt:DevHttpCapture:1.1.4'
implementation 'io.github.afkt:DevHttpCapture:1.1.5'
```

## 目录结构
Expand Down
5 changes: 2 additions & 3 deletions API/lib/DevHttpManager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Gradle

```gradle
implementation 'io.github.afkt:DevHttpManager:1.0.4'
implementation 'io.github.afkt:DevHttpManager:1.0.5'
```

## 目录结构
Expand Down Expand Up @@ -197,7 +197,7 @@ fun <T> resetAndCreate(
```


**具体实现代码可以查看 [DevComponent lib_network][DevComponent lib_network][WanAndroidAPI][WanAndroidAPI]**
**具体实现代码可以查看 [DevComponent lib_network][DevComponent lib_network]**
,以 [DevComponent][DevComponent] 组件化项目代码为例。

* HttpCoreLibrary initialize() 方法中的代码非必须设置,只是提供全局管理控制方法,支持设置全局 OkHttp Builder 接口对象、全局 Retrofit 重新构建监听事件。
Expand Down Expand Up @@ -698,7 +698,6 @@ mOperation.addResponseListener(url, progressCallback)

[DevComponent]: https://github.com/afkT/DevComponent
[DevComponent lib_network]: https://github.com/afkT/DevComponent/blob/main/component/core/libs/lib_network/src/main/java/afkt_replace/core/lib/network
[WanAndroidAPI]: https://github.com/afkT/DevComponent/blob/main/application/module/module_wanandroid/src/main/java/afkt_replace/module/wan_android/data/api/WanAndroidAPI.kt
[OkHttpBuilderGlobal]: https://github.com/afkT/DevComponent/blob/main/component/core/libs/lib_network/src/main/java/afkt_replace/core/lib/network/common/OkHttpBuilderGlobal.kt
[RetrofitResetListenerGlobal]: https://github.com/afkT/DevComponent/blob/main/component/core/libs/lib_network/src/main/java/afkt_replace/core/lib/network/common/RetrofitResetListenerGlobal.kt
[RetrofitOperation]: https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/src/main/java/dev/http/manager/RetrofitOperation.kt
Expand Down
2 changes: 1 addition & 1 deletion API/lib/DevJava/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Gradle

```gradle
implementation 'io.github.afkt:DevJava:1.4.9'
implementation 'io.github.afkt:DevJava:1.5.0'
```

## 目录结构
Expand Down
2 changes: 1 addition & 1 deletion API/lib/DevRetrofit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Gradle

```gradle
implementation 'io.github.afkt:DevRetrofit:1.0.3'
implementation 'io.github.afkt:DevRetrofit:1.0.4'
```

## 框架功能介绍
Expand Down
2 changes: 1 addition & 1 deletion API/lib/DevWidget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

```gradle
// AndroidX
implementation 'io.github.afkt:DevWidgetX:1.2.1'
implementation 'io.github.afkt:DevWidgetX:1.2.2'
```

## 目录结构
Expand Down

0 comments on commit 41f7f3f

Please sign in to comment.