Skip to content

Commit

Permalink
docs: 更新 Dev 系列库所有版本及 API 文档
Browse files Browse the repository at this point in the history
Former-commit-id: 42759ca
  • Loading branch information
afkT committed Dec 11, 2024
1 parent f3260fa commit 4797785
Show file tree
Hide file tree
Showing 17 changed files with 134 additions and 134 deletions.
40 changes: 20 additions & 20 deletions 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-21%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.6-yellow.svg" />
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.7-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,53 +54,53 @@
```gradle
// DevApp - Android 工具类库
implementation 'io.github.afkt:DevAppX:2.4.6'
implementation 'io.github.afkt:DevAppX:2.4.7'
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
implementation 'io.github.afkt:DevAssist:1.4.1'
implementation 'io.github.afkt:DevAssist:1.4.2'
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
implementation 'io.github.afkt:DevBase:1.1.8'
implementation 'io.github.afkt:DevBase:1.1.9'
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
implementation 'io.github.afkt:DevBaseMVVM:1.1.6'
implementation 'io.github.afkt:DevBaseMVVM:1.1.7'
// DevMVVM - DataBinding 工具类库
implementation 'io.github.afkt:DevMVVM:1.0.4'
implementation 'io.github.afkt:DevMVVM:1.0.5'
// DevSimple - 简单敏捷开发库
implementation 'io.github.afkt:DevSimple:1.0.1'
implementation 'io.github.afkt:DevSimple:1.0.2'
// DevAgile - 简单敏捷开发库 ( 常用、零散代码 )
implementation 'io.github.afkt:DevAgile:1.0.0'
implementation 'io.github.afkt:DevAgile:1.0.1'
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
implementation 'io.github.afkt:DevEngine:1.1.3'
implementation 'io.github.afkt:DevEngine:1.1.4'
// DevHttpCapture - OkHttp 抓包工具库
implementation 'io.github.afkt:DevHttpCapture:1.1.7'
implementation 'io.github.afkt:DevHttpCapture:1.1.8'
// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.7'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.7'
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.8'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.8'
// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
implementation 'io.github.afkt:DevHttpManager:1.0.6'
implementation 'io.github.afkt:DevHttpManager:1.0.7'
// DevRetrofit - Retrofit + Kotlin Coroutines 封装
implementation 'io.github.afkt:DevRetrofit:1.0.5'
implementation 'io.github.afkt:DevRetrofit:1.0.6'
// DevWidget - 自定义 View UI 库
implementation 'io.github.afkt:DevWidgetX:1.2.3'
implementation 'io.github.afkt:DevWidgetX:1.2.4'
// DevEnvironment - Android 环境配置切换库
implementation 'io.github.afkt:DevEnvironment:1.1.5'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.5' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.5' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.5' // kapt
implementation 'io.github.afkt:DevEnvironment:1.1.6'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.6' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.6' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.6' // kapt
// DevJava - Java 工具类库 ( 不依赖 android api )
implementation 'io.github.afkt:DevJava:1.5.1' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
implementation 'io.github.afkt:DevJava:1.5.2' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
```

## 赞赏
Expand Down
40 changes: 20 additions & 20 deletions 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-21%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.6-yellow.svg" />
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.7-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,53 +170,53 @@
```gradle
// DevApp - Android 工具类库
implementation 'io.github.afkt:DevAppX:2.4.6'
implementation 'io.github.afkt:DevAppX:2.4.7'
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
implementation 'io.github.afkt:DevAssist:1.4.1'
implementation 'io.github.afkt:DevAssist:1.4.2'
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
implementation 'io.github.afkt:DevBase:1.1.8'
implementation 'io.github.afkt:DevBase:1.1.9'
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
implementation 'io.github.afkt:DevBaseMVVM:1.1.6'
implementation 'io.github.afkt:DevBaseMVVM:1.1.7'
// DevMVVM - DataBinding 工具类库
implementation 'io.github.afkt:DevMVVM:1.0.4'
implementation 'io.github.afkt:DevMVVM:1.0.5'
// DevSimple - 简单敏捷开发库
implementation 'io.github.afkt:DevSimple:1.0.1'
implementation 'io.github.afkt:DevSimple:1.0.2'
// DevAgile - 简单敏捷开发库 ( 常用、零散代码 )
implementation 'io.github.afkt:DevAgile:1.0.0'
implementation 'io.github.afkt:DevAgile:1.0.1'
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
implementation 'io.github.afkt:DevEngine:1.1.3'
implementation 'io.github.afkt:DevEngine:1.1.4'
// DevHttpCapture - OkHttp 抓包工具库
implementation 'io.github.afkt:DevHttpCapture:1.1.7'
implementation 'io.github.afkt:DevHttpCapture:1.1.8'
// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.7'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.7'
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.8'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.8'
// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
implementation 'io.github.afkt:DevHttpManager:1.0.6'
implementation 'io.github.afkt:DevHttpManager:1.0.7'
// DevRetrofit - Retrofit + Kotlin Coroutines 封装
implementation 'io.github.afkt:DevRetrofit:1.0.5'
implementation 'io.github.afkt:DevRetrofit:1.0.6'
// DevWidget - 自定义 View UI 库
implementation 'io.github.afkt:DevWidgetX:1.2.3'
implementation 'io.github.afkt:DevWidgetX:1.2.4'
// DevEnvironment - Android 环境配置切换库
implementation 'io.github.afkt:DevEnvironment:1.1.5'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.5' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.5' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.5' // kapt
implementation 'io.github.afkt:DevEnvironment:1.1.6'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.6' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.6' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.6' // kapt
// DevJava - Java 工具类库 ( 不依赖 android api )
implementation 'io.github.afkt:DevJava:1.5.1' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
implementation 'io.github.afkt:DevJava:1.5.2' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
```


Expand Down
40 changes: 20 additions & 20 deletions README_PROJECT.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-21%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.6-yellow.svg" />
<img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.7-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,53 +170,53 @@
```gradle
// DevApp - Android 工具类库
implementation 'io.github.afkt:DevAppX:2.4.6'
implementation 'io.github.afkt:DevAppX:2.4.7'
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
implementation 'io.github.afkt:DevAssist:1.4.1'
implementation 'io.github.afkt:DevAssist:1.4.2'
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
implementation 'io.github.afkt:DevBase:1.1.8'
implementation 'io.github.afkt:DevBase:1.1.9'
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
implementation 'io.github.afkt:DevBaseMVVM:1.1.6'
implementation 'io.github.afkt:DevBaseMVVM:1.1.7'
// DevMVVM - DataBinding 工具类库
implementation 'io.github.afkt:DevMVVM:1.0.4'
implementation 'io.github.afkt:DevMVVM:1.0.5'
// DevSimple - 简单敏捷开发库
implementation 'io.github.afkt:DevSimple:1.0.1'
implementation 'io.github.afkt:DevSimple:1.0.2'
// DevAgile - 简单敏捷开发库 ( 常用、零散代码 )
implementation 'io.github.afkt:DevAgile:1.0.0'
implementation 'io.github.afkt:DevAgile:1.0.1'
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
implementation 'io.github.afkt:DevEngine:1.1.3'
implementation 'io.github.afkt:DevEngine:1.1.4'
// DevHttpCapture - OkHttp 抓包工具库
implementation 'io.github.afkt:DevHttpCapture:1.1.7'
implementation 'io.github.afkt:DevHttpCapture:1.1.8'
// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.7'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.7'
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.8'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.8'
// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
implementation 'io.github.afkt:DevHttpManager:1.0.6'
implementation 'io.github.afkt:DevHttpManager:1.0.7'
// DevRetrofit - Retrofit + Kotlin Coroutines 封装
implementation 'io.github.afkt:DevRetrofit:1.0.5'
implementation 'io.github.afkt:DevRetrofit:1.0.6'
// DevWidget - 自定义 View UI 库
implementation 'io.github.afkt:DevWidgetX:1.2.3'
implementation 'io.github.afkt:DevWidgetX:1.2.4'
// DevEnvironment - Android 环境配置切换库
implementation 'io.github.afkt:DevEnvironment:1.1.5'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.5' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.5' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.5' // kapt
implementation 'io.github.afkt:DevEnvironment:1.1.6'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.6' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.6' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.6' // kapt
// DevJava - Java 工具类库 ( 不依赖 android api )
implementation 'io.github.afkt:DevJava:1.5.1' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
implementation 'io.github.afkt:DevJava:1.5.2' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
```


Expand Down
66 changes: 33 additions & 33 deletions file/gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,64 +30,64 @@ ext {
// ===========

// DevApp - Android 工具类库
dev_app_versionCode : 246,
dev_app_versionName : "2.4.6",
dev_app_versionCode : 247,
dev_app_versionName : "2.4.7",

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

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

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

// DevMVVM - DataBinding 工具类库
dev_mvvm_versionCode : 104,
dev_mvvm_versionName : "1.0.4",
dev_mvvm_versionCode : 105,
dev_mvvm_versionName : "1.0.5",

// DevSimple - 简单敏捷开发库
dev_simple_versionCode : 101,
dev_simple_versionName : "1.0.1",
dev_simple_versionCode : 102,
dev_simple_versionName : "1.0.2",

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

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

// DevHttpCapture - OkHttp 抓包工具库
dev_http_capture_versionCode : 117,
dev_http_capture_versionName : "1.1.7",
dev_http_capture_compiler_version : "1.1.7",
dev_http_capture_compiler_release_version: "1.1.7",
dev_http_capture_versionCode : 118,
dev_http_capture_versionName : "1.1.8",
dev_http_capture_compiler_version : "1.1.8",
dev_http_capture_compiler_release_version: "1.1.8",

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

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

// DevWidget - 自定义 View UI 库
dev_widget_versionCode : 123,
dev_widget_versionName : "1.2.3",
dev_widget_versionCode : 124,
dev_widget_versionName : "1.2.4",

// DevEnvironment - Android 环境配置切换库
dev_environment_versionCode : 115,
dev_environment_version : "1.1.5",
dev_environment_base_version : "1.1.5",
dev_environment_compiler_version : "1.1.5",
dev_environment_compiler_release_version : "1.1.5",
dev_environment_versionCode : 116,
dev_environment_version : "1.1.6",
dev_environment_base_version : "1.1.6",
dev_environment_compiler_version : "1.1.6",
dev_environment_compiler_release_version : "1.1.6",

// DevJava - Java 工具类库 ( 不依赖 android api )
dev_java_versionCode : 151,
dev_java_version : "1.5.1",
dev_java_versionCode : 152,
dev_java_version : "1.5.2",
]
}
2 changes: 1 addition & 1 deletion lib/DevApp/README.md.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
becdf9320f2e2003093bd277f21cf9bfa1bb9674
87a112de29cdb9c05ef1c0d44ecbd81558e02221
2 changes: 1 addition & 1 deletion 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.4.1'
implementation 'io.github.afkt:DevAssist:1.4.2'
```

## 目录结构
Expand Down
2 changes: 1 addition & 1 deletion 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.8'
implementation 'io.github.afkt:DevBase:1.1.9'
```

## 目录结构
Expand Down
2 changes: 1 addition & 1 deletion 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.6'
implementation 'io.github.afkt:DevBaseMVVM:1.1.7'
```

## 目录结构
Expand Down
2 changes: 1 addition & 1 deletion 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.3'
implementation 'io.github.afkt:DevEngine:1.1.4'
```

## 目录结构
Expand Down
2 changes: 1 addition & 1 deletion 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.7'
implementation 'io.github.afkt:DevHttpCapture:1.1.8'
```

## 目录结构
Expand Down
Loading

0 comments on commit 4797785

Please sign in to comment.