From 41f7f3f3c223e098b59ad9eb8cd99f1704586fa3 Mon Sep 17 00:00:00 2001 From: afkT Date: Wed, 17 Jan 2024 22:42:30 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF=E3=80=81=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- API/README.md | 44 ++++++++------ API/README_API.md | 44 ++++++++------ API/README_ORIGINAL.md | 44 ++++++++------ API/lib/DevApp/README.md | 3 +- API/lib/DevAssist/README.md | 2 +- API/lib/DevBase/README.md | 2 +- API/lib/DevBaseMVVM/README.md | 2 +- API/lib/DevEngine/README.md | 2 +- API/lib/DevHttpCapture/README.md | 2 +- API/lib/DevHttpManager/README.md | 5 +- API/lib/DevJava/README.md | 2 +- API/lib/DevRetrofit/README.md | 2 +- API/lib/DevWidget/README.md | 2 +- API/lib/Environment/README.md | 18 +++--- API/lib/HttpCapture/README.md | 6 +- file/versions.txt | 58 +++++++++---------- .../readme/template/DevHttpManager_README.md | 3 +- versions.gradle | 58 +++++++++---------- 18 files changed, 161 insertions(+), 138 deletions(-) diff --git a/API/README.md b/API/README.md index 053925c..fa8c16f 100644 --- a/API/README.md +++ b/API/README.md @@ -16,7 +16,7 @@ API - Version + Version Utils @@ -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 @@ -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 \ No newline at end of file diff --git a/API/README_API.md b/API/README_API.md index 20bcfc2..5225ad4 100644 --- a/API/README_API.md +++ b/API/README_API.md @@ -16,7 +16,7 @@ API - Version + Version Utils @@ -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 @@ -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 \ No newline at end of file diff --git a/API/README_ORIGINAL.md b/API/README_ORIGINAL.md index 20bcfc2..5225ad4 100644 --- a/API/README_ORIGINAL.md +++ b/API/README_ORIGINAL.md @@ -16,7 +16,7 @@ API - Version + Version Utils @@ -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 @@ -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 \ No newline at end of file diff --git a/API/lib/DevApp/README.md b/API/lib/DevApp/README.md index 6e4f67e..c7b777c 100644 --- a/API/lib/DevApp/README.md +++ b/API/lib/DevApp/README.md @@ -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' ``` ## 目录结构 @@ -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 | diff --git a/API/lib/DevAssist/README.md b/API/lib/DevAssist/README.md index 7a52905..cfc74b1 100644 --- a/API/lib/DevAssist/README.md +++ b/API/lib/DevAssist/README.md @@ -2,7 +2,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevAssist:1.3.9' +implementation 'io.github.afkt:DevAssist:1.4.0' ``` ## 目录结构 diff --git a/API/lib/DevBase/README.md b/API/lib/DevBase/README.md index 678a947..2a779f9 100644 --- a/API/lib/DevBase/README.md +++ b/API/lib/DevBase/README.md @@ -2,7 +2,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevBase:1.1.5' +implementation 'io.github.afkt:DevBase:1.1.6' ``` ## 目录结构 diff --git a/API/lib/DevBaseMVVM/README.md b/API/lib/DevBaseMVVM/README.md index 2c29bcc..3a7a938 100644 --- a/API/lib/DevBaseMVVM/README.md +++ b/API/lib/DevBaseMVVM/README.md @@ -2,7 +2,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevBaseMVVM:1.1.3' +implementation 'io.github.afkt:DevBaseMVVM:1.1.4' ``` ## 目录结构 diff --git a/API/lib/DevEngine/README.md b/API/lib/DevEngine/README.md index 7d052f1..e24ca92 100644 --- a/API/lib/DevEngine/README.md +++ b/API/lib/DevEngine/README.md @@ -2,7 +2,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevEngine:1.1.1' +implementation 'io.github.afkt:DevEngine:1.1.2' ``` ## 目录结构 diff --git a/API/lib/DevHttpCapture/README.md b/API/lib/DevHttpCapture/README.md index 4ecadf4..839ffb9 100644 --- a/API/lib/DevHttpCapture/README.md +++ b/API/lib/DevHttpCapture/README.md @@ -2,7 +2,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevHttpCapture:1.1.4' +implementation 'io.github.afkt:DevHttpCapture:1.1.5' ``` ## 目录结构 diff --git a/API/lib/DevHttpManager/README.md b/API/lib/DevHttpManager/README.md index 8ce781d..58b8f5b 100644 --- a/API/lib/DevHttpManager/README.md +++ b/API/lib/DevHttpManager/README.md @@ -12,7 +12,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevHttpManager:1.0.4' +implementation 'io.github.afkt:DevHttpManager:1.0.5' ``` ## 目录结构 @@ -197,7 +197,7 @@ fun resetAndCreate( ``` -**具体实现代码可以查看 [DevComponent lib_network][DevComponent lib_network]、[WanAndroidAPI][WanAndroidAPI]** +**具体实现代码可以查看 [DevComponent lib_network][DevComponent lib_network]** ,以 [DevComponent][DevComponent] 组件化项目代码为例。 * HttpCoreLibrary initialize() 方法中的代码非必须设置,只是提供全局管理控制方法,支持设置全局 OkHttp Builder 接口对象、全局 Retrofit 重新构建监听事件。 @@ -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 diff --git a/API/lib/DevJava/README.md b/API/lib/DevJava/README.md index 3bc9c94..6cabbb7 100644 --- a/API/lib/DevJava/README.md +++ b/API/lib/DevJava/README.md @@ -2,7 +2,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevJava:1.4.9' +implementation 'io.github.afkt:DevJava:1.5.0' ``` ## 目录结构 diff --git a/API/lib/DevRetrofit/README.md b/API/lib/DevRetrofit/README.md index 3f2c7f3..224ed7a 100644 --- a/API/lib/DevRetrofit/README.md +++ b/API/lib/DevRetrofit/README.md @@ -12,7 +12,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevRetrofit:1.0.3' +implementation 'io.github.afkt:DevRetrofit:1.0.4' ``` ## 框架功能介绍 diff --git a/API/lib/DevWidget/README.md b/API/lib/DevWidget/README.md index 57ea8b9..ac90e93 100644 --- a/API/lib/DevWidget/README.md +++ b/API/lib/DevWidget/README.md @@ -3,7 +3,7 @@ ```gradle // AndroidX -implementation 'io.github.afkt:DevWidgetX:1.2.1' +implementation 'io.github.afkt:DevWidgetX:1.2.2' ``` ## 目录结构 diff --git a/API/lib/Environment/README.md b/API/lib/Environment/README.md index 038f308..e855a5e 100644 --- a/API/lib/Environment/README.md +++ b/API/lib/Environment/README.md @@ -58,18 +58,18 @@ version | [![][maven_svg]][maven] | [![][maven_svg]][maven] | [![][maven_svg]][m ```groovy dependencies { // Java - implementation 'io.github.afkt:DevEnvironment:1.1.3' - debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.3' - releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.3' + implementation 'io.github.afkt:DevEnvironment:1.1.4' + debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.4' + releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.4' // 如果需要 Release 包,支持通过后台数据动态设置配置信息 则使用 debug compiler lib - // annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.3' + // annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.4' // Kotlin - implementation 'io.github.afkt:DevEnvironment:1.1.3' - kaptDebug 'io.github.afkt:DevEnvironmentCompiler:1.1.3' - kaptRelease 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.3' + implementation 'io.github.afkt:DevEnvironment:1.1.4' + kaptDebug 'io.github.afkt:DevEnvironmentCompiler:1.1.4' + kaptRelease 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.4' // 如果需要 Release 包,支持通过后台数据动态设置配置信息 则使用 debug compiler lib - // kapt 'io.github.afkt:DevEnvironmentCompiler:1.1.3' + // kapt 'io.github.afkt:DevEnvironmentCompiler:1.1.4' } ``` @@ -332,7 +332,7 @@ DevEnvironment 使用:[DevEnvironmentLibActivity][DevEnvironmentLibActivity] -[maven_svg]: https://img.shields.io/badge/Maven-1.1.3-brightgreen.svg +[maven_svg]: https://img.shields.io/badge/Maven-1.1.4-brightgreen.svg [maven]: https://search.maven.org/search?q=io.github.afkt [包目录]: https://github.com/afkT/DevUtils/blob/master/lib/Environment/DevEnvironmentBase/src/main/java/dev/environment [@Module]: https://github.com/afkT/DevUtils/blob/master/lib/Environment/DevEnvironmentBase/src/main/java/dev/environment/annotation/Module.java diff --git a/API/lib/HttpCapture/README.md b/API/lib/HttpCapture/README.md index eb5536d..f9b987a 100644 --- a/API/lib/HttpCapture/README.md +++ b/API/lib/HttpCapture/README.md @@ -21,8 +21,8 @@ version | [![][maven_svg]][maven] | [![][maven_svg]][maven] | [![][maven_svg]][m ```groovy dependencies { - 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' } ``` @@ -90,5 +90,5 @@ DevHttpCaptureCompiler.removeUrlFunction(moduleName) -[maven_svg]: https://img.shields.io/badge/Maven-1.1.4-brightgreen.svg +[maven_svg]: https://img.shields.io/badge/Maven-1.1.5-brightgreen.svg [maven]: https://search.maven.org/search?q=io.github.afkt \ No newline at end of file diff --git a/file/versions.txt b/file/versions.txt index c265e3f..498525e 100644 --- a/file/versions.txt +++ b/file/versions.txt @@ -6,56 +6,56 @@ ext { // =========== // DevApp - Android 工具类库 - dev_app_versionCode : 243, - dev_app_versionName : "2.4.3", + dev_app_versionCode : 244, + dev_app_versionName : "2.4.4", // DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等 - dev_assist_versionCode : 139, - dev_assist_versionName : "1.3.9", + dev_assist_versionCode : 140, + dev_assist_versionName : "1.4.0", // DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库 - dev_base_versionCode : 115, - dev_base_versionName : "1.1.5", + dev_base_versionCode : 116, + dev_base_versionName : "1.1.6", // DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库 - dev_base_mvvm_versionCode : 113, - dev_base_mvvm_versionName : "1.1.3", + dev_base_mvvm_versionCode : 114, + dev_base_mvvm_versionName : "1.1.4", // DevMVVM - DataBinding 工具类库 - dev_mvvm_versionCode : 101, - dev_mvvm_versionName : "1.0.1", + dev_mvvm_versionCode : 102, + dev_mvvm_versionName : "1.0.2", // DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用 - dev_engine_versionCode : 111, - dev_engine_versionName : "1.1.1", + dev_engine_versionCode : 112, + dev_engine_versionName : "1.1.2", // DevHttpCapture - OkHttp 抓包工具库 - dev_http_capture_versionCode : 114, - dev_http_capture_versionName : "1.1.4", - dev_http_capture_compiler_version : "1.1.4", - dev_http_capture_compiler_release_version: "1.1.4", + dev_http_capture_versionCode : 115, + dev_http_capture_versionName : "1.1.5", + dev_http_capture_compiler_version : "1.1.5", + dev_http_capture_compiler_release_version: "1.1.5", // DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 ) - dev_http_manager_versionCode : 104, - dev_http_manager_versionName : "1.0.4", + dev_http_manager_versionCode : 105, + dev_http_manager_versionName : "1.0.5", // DevRetrofit - Retrofit + Kotlin Coroutines 封装 - dev_retrofit_versionCode : 103, - dev_retrofit_versionName : "1.0.3", + dev_retrofit_versionCode : 104, + dev_retrofit_versionName : "1.0.4", // DevWidget - 自定义 View UI 库 - dev_widget_versionCode : 121, - dev_widget_versionName : "1.2.1", + dev_widget_versionCode : 122, + dev_widget_versionName : "1.2.2", // DevEnvironment - Android 环境配置切换库 - dev_environment_versionCode : 113, - dev_environment_version : "1.1.3", - dev_environment_base_version : "1.1.3", - dev_environment_compiler_version : "1.1.3", - dev_environment_compiler_release_version : "1.1.3", + dev_environment_versionCode : 114, + dev_environment_version : "1.1.4", + dev_environment_base_version : "1.1.4", + dev_environment_compiler_version : "1.1.4", + dev_environment_compiler_release_version : "1.1.4", // DevJava - Java 工具类库 ( 不依赖 android api ) - dev_java_versionCode : 149, - dev_java_version : "1.4.9", + dev_java_versionCode : 150, + dev_java_version : "1.5.0", ] } \ No newline at end of file diff --git a/src/main/java/javadoc/dev_utils/readme/template/DevHttpManager_README.md b/src/main/java/javadoc/dev_utils/readme/template/DevHttpManager_README.md index 8558130..0125620 100644 --- a/src/main/java/javadoc/dev_utils/readme/template/DevHttpManager_README.md +++ b/src/main/java/javadoc/dev_utils/readme/template/DevHttpManager_README.md @@ -190,7 +190,7 @@ fun resetAndCreate( ``` -**具体实现代码可以查看 [DevComponent lib_network][DevComponent lib_network]、[WanAndroidAPI][WanAndroidAPI]** +**具体实现代码可以查看 [DevComponent lib_network][DevComponent lib_network]** ,以 [DevComponent][DevComponent] 组件化项目代码为例。 * HttpCoreLibrary initialize() 方法中的代码非必须设置,只是提供全局管理控制方法,支持设置全局 OkHttp Builder 接口对象、全局 Retrofit 重新构建监听事件。 @@ -691,7 +691,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 diff --git a/versions.gradle b/versions.gradle index c265e3f..498525e 100644 --- a/versions.gradle +++ b/versions.gradle @@ -6,56 +6,56 @@ ext { // =========== // DevApp - Android 工具类库 - dev_app_versionCode : 243, - dev_app_versionName : "2.4.3", + dev_app_versionCode : 244, + dev_app_versionName : "2.4.4", // DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等 - dev_assist_versionCode : 139, - dev_assist_versionName : "1.3.9", + dev_assist_versionCode : 140, + dev_assist_versionName : "1.4.0", // DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库 - dev_base_versionCode : 115, - dev_base_versionName : "1.1.5", + dev_base_versionCode : 116, + dev_base_versionName : "1.1.6", // DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库 - dev_base_mvvm_versionCode : 113, - dev_base_mvvm_versionName : "1.1.3", + dev_base_mvvm_versionCode : 114, + dev_base_mvvm_versionName : "1.1.4", // DevMVVM - DataBinding 工具类库 - dev_mvvm_versionCode : 101, - dev_mvvm_versionName : "1.0.1", + dev_mvvm_versionCode : 102, + dev_mvvm_versionName : "1.0.2", // DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用 - dev_engine_versionCode : 111, - dev_engine_versionName : "1.1.1", + dev_engine_versionCode : 112, + dev_engine_versionName : "1.1.2", // DevHttpCapture - OkHttp 抓包工具库 - dev_http_capture_versionCode : 114, - dev_http_capture_versionName : "1.1.4", - dev_http_capture_compiler_version : "1.1.4", - dev_http_capture_compiler_release_version: "1.1.4", + dev_http_capture_versionCode : 115, + dev_http_capture_versionName : "1.1.5", + dev_http_capture_compiler_version : "1.1.5", + dev_http_capture_compiler_release_version: "1.1.5", // DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 ) - dev_http_manager_versionCode : 104, - dev_http_manager_versionName : "1.0.4", + dev_http_manager_versionCode : 105, + dev_http_manager_versionName : "1.0.5", // DevRetrofit - Retrofit + Kotlin Coroutines 封装 - dev_retrofit_versionCode : 103, - dev_retrofit_versionName : "1.0.3", + dev_retrofit_versionCode : 104, + dev_retrofit_versionName : "1.0.4", // DevWidget - 自定义 View UI 库 - dev_widget_versionCode : 121, - dev_widget_versionName : "1.2.1", + dev_widget_versionCode : 122, + dev_widget_versionName : "1.2.2", // DevEnvironment - Android 环境配置切换库 - dev_environment_versionCode : 113, - dev_environment_version : "1.1.3", - dev_environment_base_version : "1.1.3", - dev_environment_compiler_version : "1.1.3", - dev_environment_compiler_release_version : "1.1.3", + dev_environment_versionCode : 114, + dev_environment_version : "1.1.4", + dev_environment_base_version : "1.1.4", + dev_environment_compiler_version : "1.1.4", + dev_environment_compiler_release_version : "1.1.4", // DevJava - Java 工具类库 ( 不依赖 android api ) - dev_java_versionCode : 149, - dev_java_version : "1.4.9", + dev_java_versionCode : 150, + dev_java_version : "1.5.0", ] } \ No newline at end of file