diff --git a/README.md b/README.md index eea0e4519a..a9978ee6d6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![GitHub](https://img.shields.io/badge/GitHub-afkT-blue.svg)](https://github.com/afkT) [![GitHub license](https://img.shields.io/github/license/afkT/DevUtils.svg)](https://github.com/afkT/DevUtils/blob/master/LICENSE) -[![MavenCentral](https://img.shields.io/badge/DevUtils-2.3.5-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) +[![MavenCentral](https://img.shields.io/badge/DevUtils-2.3.6-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) [![API](https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=14) [![Utils](https://img.shields.io/badge/utils-200+-ff69b4.svg)](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md) @@ -97,38 +97,38 @@ ```gradle // DevApp - Android 工具类库 -implementation 'io.github.afkt:DevAppX:2.3.5' +implementation 'io.github.afkt:DevAppX:2.3.6' // DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等 -implementation 'io.github.afkt:DevAssist:1.3.2' +implementation 'io.github.afkt:DevAssist:1.3.3' // DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库 -implementation 'io.github.afkt:DevBase:1.1.0' +implementation 'io.github.afkt:DevBase:1.1.1' // DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库 -implementation 'io.github.afkt:DevBaseMVVM:1.0.8' +implementation 'io.github.afkt:DevBaseMVVM:1.0.9' // DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用 -implementation 'io.github.afkt:DevEngine:1.0.4' +implementation 'io.github.afkt:DevEngine:1.0.5' // DevHttpCapture - OkHttp 抓包工具库 -implementation 'io.github.afkt:DevHttpCapture:1.0.9' +implementation 'io.github.afkt:DevHttpCapture:1.1.0' // DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 ) -debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.0.9' -releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.0.9' +debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.0' +releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.0' // DevWidget - 自定义 View UI 库 -implementation 'io.github.afkt:DevWidgetX:1.1.6' +implementation 'io.github.afkt:DevWidgetX:1.1.7' // DevEnvironment - Android 环境配置切换库 -implementation 'io.github.afkt:DevEnvironment:1.0.8' -debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.8' // kaptDebug -releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.0.8' // kaptRelease -//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.8' // kapt +implementation 'io.github.afkt:DevEnvironment:1.0.9' +debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.9' // kaptDebug +releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.0.9' // kaptRelease +//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.9' // kapt // DevJava - Java 工具类库 ( 不依赖 android api ) -implementation 'io.github.afkt:DevJava:1.4.2' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava +implementation 'io.github.afkt:DevJava:1.4.3' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava ``` ## [APK Demo](https://github.com/afkT/Resources/tree/main/APK) diff --git a/lib/DevApp/README.md.REMOVED.git-id b/lib/DevApp/README.md.REMOVED.git-id index f7736f382a..108bb62425 100644 --- a/lib/DevApp/README.md.REMOVED.git-id +++ b/lib/DevApp/README.md.REMOVED.git-id @@ -1 +1 @@ -89700a05a6182e450ed771ff45871ab0031dc510 \ No newline at end of file +0311bd28c156ab8986f7a78bf46b29df77173430 \ No newline at end of file diff --git a/lib/DevAssist/README.md b/lib/DevAssist/README.md index 56bc1425c0..69623e6eb3 100644 --- a/lib/DevAssist/README.md +++ b/lib/DevAssist/README.md @@ -2,7 +2,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevAssist:1.3.2' +implementation 'io.github.afkt:DevAssist:1.3.3' ``` ## 目录结构 diff --git a/lib/DevBase/README.md b/lib/DevBase/README.md index 62efc9a48b..15faadab18 100644 --- a/lib/DevBase/README.md +++ b/lib/DevBase/README.md @@ -2,7 +2,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevBase:1.1.0' +implementation 'io.github.afkt:DevBase:1.1.1' ``` ## 目录结构 diff --git a/lib/DevBaseMVVM/README.md b/lib/DevBaseMVVM/README.md index b971b98a98..40ded96eee 100644 --- a/lib/DevBaseMVVM/README.md +++ b/lib/DevBaseMVVM/README.md @@ -2,7 +2,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevBaseMVVM:1.0.8' +implementation 'io.github.afkt:DevBaseMVVM:1.0.9' ``` ## 目录结构 diff --git a/lib/DevEngine/README.md b/lib/DevEngine/README.md index 996cfa1526..3efdad1425 100644 --- a/lib/DevEngine/README.md +++ b/lib/DevEngine/README.md @@ -2,7 +2,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevEngine:1.0.4' +implementation 'io.github.afkt:DevEngine:1.0.5' ``` ## 目录结构 diff --git a/lib/DevHttpCapture/README.md b/lib/DevHttpCapture/README.md index 33de325d0e..c7f2efbb72 100644 --- a/lib/DevHttpCapture/README.md +++ b/lib/DevHttpCapture/README.md @@ -2,7 +2,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevHttpCapture:1.0.9' +implementation 'io.github.afkt:DevHttpCapture:1.1.0' ``` ## 目录结构 diff --git a/lib/DevJava/README.md b/lib/DevJava/README.md index bc6557bd3b..005032074c 100644 --- a/lib/DevJava/README.md +++ b/lib/DevJava/README.md @@ -2,7 +2,7 @@ ## Gradle ```gradle -implementation 'io.github.afkt:DevJava:1.4.2' +implementation 'io.github.afkt:DevJava:1.4.3' ``` ## 目录结构 diff --git a/lib/DevWidget/README.md b/lib/DevWidget/README.md index 6e79d65473..cd92c05df7 100644 --- a/lib/DevWidget/README.md +++ b/lib/DevWidget/README.md @@ -7,7 +7,7 @@ ```gradle // AndroidX -implementation 'io.github.afkt:DevWidgetX:1.1.6' +implementation 'io.github.afkt:DevWidgetX:1.1.7' ``` ## README diff --git a/lib/DevWidget/README_API.md b/lib/DevWidget/README_API.md index 5628a98e03..75f0666880 100644 --- a/lib/DevWidget/README_API.md +++ b/lib/DevWidget/README_API.md @@ -3,7 +3,7 @@ ```gradle // AndroidX -implementation 'io.github.afkt:DevWidgetX:1.1.6' +implementation 'io.github.afkt:DevWidgetX:1.1.7' ``` ## 目录结构 diff --git a/lib/Environment/README.md b/lib/Environment/README.md index c8e820620d..dae3ebc41a 100644 --- a/lib/Environment/README.md +++ b/lib/Environment/README.md @@ -50,7 +50,7 @@ DevEnvironment 是一个 Android 环境配置切换库,运用 Java 注解、AP module | DevEnvironment | DevEnvironmentCompiler | DevEnvironmentCompilerRelease :---:|:---:|:---:|:---: -version | [![MavenCentral](https://img.shields.io/badge/Maven-1.0.8-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) | [![MavenCentral](https://img.shields.io/badge/Maven-1.0.8-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) | [![MavenCentral](https://img.shields.io/badge/Maven-1.0.8-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) +version | [![MavenCentral](https://img.shields.io/badge/Maven-1.0.9-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) | [![MavenCentral](https://img.shields.io/badge/Maven-1.0.9-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) | [![MavenCentral](https://img.shields.io/badge/Maven-1.0.9-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) ### Gradle @@ -58,18 +58,18 @@ version | [![MavenCentral](https://img.shields.io/badge/Maven-1.0.8-brightgreen. ```groovy dependencies { // Java - implementation 'io.github.afkt:DevEnvironment:1.0.8' - debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.8' - releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.0.8' + implementation 'io.github.afkt:DevEnvironment:1.0.9' + debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.9' + releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.0.9' // 如果需要 Release 包,支持通过后台数据动态设置配置信息 则使用 debug compiler lib - // annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.8' + // annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.9' // Kotlin - implementation 'io.github.afkt:DevEnvironment:1.0.8' - kaptDebug 'io.github.afkt:DevEnvironmentCompiler:1.0.8' - kaptRelease 'io.github.afkt:DevEnvironmentCompilerRelease:1.0.8' + implementation 'io.github.afkt:DevEnvironment:1.0.9' + kaptDebug 'io.github.afkt:DevEnvironmentCompiler:1.0.9' + kaptRelease 'io.github.afkt:DevEnvironmentCompilerRelease:1.0.9' // 如果需要 Release 包,支持通过后台数据动态设置配置信息 则使用 debug compiler lib - // kapt 'io.github.afkt:DevEnvironmentCompiler:1.0.8' + // kapt 'io.github.afkt:DevEnvironmentCompiler:1.0.9' } ``` diff --git a/lib/HttpCapture/README.md b/lib/HttpCapture/README.md index b5706da105..75946092dc 100644 --- a/lib/HttpCapture/README.md +++ b/lib/HttpCapture/README.md @@ -14,15 +14,15 @@ module | DevHttpCapture | DevHttpCaptureCompiler | DevHttpCaptureCompilerRelease :---:|:---:|:---:|:---: -version | [![MavenCentral](https://img.shields.io/badge/Maven-1.0.9-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) | [![MavenCentral](https://img.shields.io/badge/Maven-1.0.9-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) | [![MavenCentral](https://img.shields.io/badge/Maven-1.0.9-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) +version | [![MavenCentral](https://img.shields.io/badge/Maven-1.1.0-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) | [![MavenCentral](https://img.shields.io/badge/Maven-1.1.0-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) | [![MavenCentral](https://img.shields.io/badge/Maven-1.1.0-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt) ### Gradle ```groovy dependencies { - debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.0.9' - releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.0.9' + debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.0' + releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.0' } ```