Skip to content

Commit

Permalink
docs: 更新部分版本信息、忽略配置
Browse files Browse the repository at this point in the history
  • Loading branch information
afkT committed Sep 17, 2022
1 parent c7febb8 commit c60aed2
Show file tree
Hide file tree
Showing 14 changed files with 66 additions and 66 deletions.
34 changes: 17 additions & 17 deletions API/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="https://github.com/afkT/DevUtils/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a>
<a href="https://search.maven.org/search?q=io.github.afkt"><img alt="Version" src="https://img.shields.io/badge/Maven-Dev-5776E0.svg"/></a>
<a href="https://android-arsenal.com/api?level=14"><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.1-yellow.svg"/></a>
<a href="https://search.maven.org/search?q=io.github.afkt"><img alt="Version" src="https://img.shields.io/badge/DevUtils-2.4.2-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"/></a>
</p>

Expand Down Expand Up @@ -148,44 +148,44 @@ DevUtils 是一个 Android 工具库,主要根据不同功能模块,封装
```gradle
// DevApp - Android 工具类库
implementation 'io.github.afkt:DevAppX:2.4.1'
implementation 'io.github.afkt:DevAppX:2.4.2'
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
implementation 'io.github.afkt:DevAssist:1.3.7'
implementation 'io.github.afkt:DevAssist:1.3.8'
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
implementation 'io.github.afkt:DevBase:1.1.3'
implementation 'io.github.afkt:DevBase:1.1.4'
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
implementation 'io.github.afkt:DevBaseMVVM:1.1.1'
implementation 'io.github.afkt:DevBaseMVVM:1.1.2'
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
implementation 'io.github.afkt:DevEngine:1.0.9'
implementation 'io.github.afkt:DevEngine:1.1.0'
// DevHttpCapture - OkHttp 抓包工具库
implementation 'io.github.afkt:DevHttpCapture:1.1.2'
implementation 'io.github.afkt:DevHttpCapture:1.1.3'
// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.2'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.2'
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.3'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.3'
// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
implementation 'io.github.afkt:DevHttpManager:1.0.2'
implementation 'io.github.afkt:DevHttpManager:1.0.3'
// DevRetrofit - Retrofit + Kotlin Coroutines 封装
implementation 'io.github.afkt:DevRetrofit:1.0.1'
implementation 'io.github.afkt:DevRetrofit:1.0.2'
// DevWidget - 自定义 View UI 库
implementation 'io.github.afkt:DevWidgetX:1.1.9'
implementation 'io.github.afkt:DevWidgetX:1.2.0'
// DevEnvironment - Android 环境配置切换库
implementation 'io.github.afkt:DevEnvironment:1.1.1'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.1' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.1' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.1' // kapt
implementation 'io.github.afkt:DevEnvironment:1.1.2'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.2' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.2' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.2' // kapt
// DevJava - Java 工具类库 ( 不依赖 android api )
implementation 'io.github.afkt:DevJava:1.4.7' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
implementation 'io.github.afkt:DevJava:1.4.8' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
```


Expand Down
2 changes: 1 addition & 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.1'
implementation 'io.github.afkt:DevAppX:2.4.2'
```

## 目录结构
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.7'
implementation 'io.github.afkt:DevAssist:1.3.8'
```

## 目录结构
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.3'
implementation 'io.github.afkt:DevBase:1.1.4'
```

## 目录结构
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.1'
implementation 'io.github.afkt:DevBaseMVVM:1.1.2'
```

## 目录结构
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.0.9'
implementation 'io.github.afkt:DevEngine:1.1.0'
```

## 目录结构
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.2'
implementation 'io.github.afkt:DevHttpCapture:1.1.3'
```

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

## 目录结构
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.7'
implementation 'io.github.afkt:DevJava:1.4.8'
```

## 目录结构
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.1'
implementation 'io.github.afkt:DevRetrofit:1.0.2'
```

## 框架功能介绍
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.1.9'
implementation 'io.github.afkt:DevWidgetX:1.2.0'
```

## 目录结构
Expand Down
18 changes: 9 additions & 9 deletions API/lib/Environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ version | [![][maven_svg]][maven] | [![][maven_svg]][maven] | [![][maven_svg]][m
```groovy
dependencies {
// Java
implementation 'io.github.afkt:DevEnvironment:1.1.1'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.1'
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.1'
implementation 'io.github.afkt:DevEnvironment:1.1.2'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.2'
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.2'
// 如果需要 Release 包,支持通过后台数据动态设置配置信息 则使用 debug compiler lib
// annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.1'
// annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.2'
// Kotlin
implementation 'io.github.afkt:DevEnvironment:1.1.1'
kaptDebug 'io.github.afkt:DevEnvironmentCompiler:1.1.1'
kaptRelease 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.1'
implementation 'io.github.afkt:DevEnvironment:1.1.2'
kaptDebug 'io.github.afkt:DevEnvironmentCompiler:1.1.2'
kaptRelease 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.2'
// 如果需要 Release 包,支持通过后台数据动态设置配置信息 则使用 debug compiler lib
// kapt 'io.github.afkt:DevEnvironmentCompiler:1.1.1'
// kapt 'io.github.afkt:DevEnvironmentCompiler:1.1.2'
}
```

Expand Down Expand Up @@ -332,7 +332,7 @@ DevEnvironment 使用:[DevEnvironmentLibActivity][DevEnvironmentLibActivity]



[maven_svg]: https://img.shields.io/badge/Maven-1.1.1-brightgreen.svg
[maven_svg]: https://img.shields.io/badge/Maven-1.1.2-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
Expand Down
6 changes: 3 additions & 3 deletions API/lib/HttpCapture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ version | [![][maven_svg]][maven] | [![][maven_svg]][maven] | [![][maven_svg]][m

```groovy
dependencies {
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.2'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.2'
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.3'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.3'
}
```

Expand Down Expand Up @@ -90,5 +90,5 @@ DevHttpCaptureCompiler.removeUrlFunction(moduleName)



[maven_svg]: https://img.shields.io/badge/Maven-1.1.2-brightgreen.svg
[maven_svg]: https://img.shields.io/badge/Maven-1.1.3-brightgreen.svg
[maven]: https://search.maven.org/search?q=io.github.afkt
54 changes: 27 additions & 27 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,56 +6,56 @@ ext {
// ===========

// DevApp - Android 工具类库
dev_app_versionCode : 241,
dev_app_versionName : "2.4.1",
dev_app_versionCode : 242,
dev_app_versionName : "2.4.2",

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

// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
dev_base_versionCode : 113,
dev_base_versionName : "1.1.3",
dev_base_versionCode : 114,
dev_base_versionName : "1.1.4",

// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
dev_base_mvvm_versionCode : 111,
dev_base_mvvm_versionName : "1.1.1",
dev_base_mvvm_versionCode : 112,
dev_base_mvvm_versionName : "1.1.2",

// DevMVVM - DataBinding 工具类库
dev_mvvm_versionCode : 100,
dev_mvvm_versionName : "1.0.0",

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

// DevHttpCapture - OkHttp 抓包工具库
dev_http_capture_versionCode : 112,
dev_http_capture_versionName : "1.1.2",
dev_http_capture_compiler_version : "1.1.2",
dev_http_capture_compiler_release_version: "1.1.2",
dev_http_capture_versionCode : 113,
dev_http_capture_versionName : "1.1.3",
dev_http_capture_compiler_version : "1.1.3",
dev_http_capture_compiler_release_version: "1.1.3",

// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
dev_http_manager_versionCode : 102,
dev_http_manager_versionName : "1.0.2",
dev_http_manager_versionCode : 103,
dev_http_manager_versionName : "1.0.3",

// DevRetrofit - Retrofit + Kotlin Coroutines 封装
dev_retrofit_versionCode : 101,
dev_retrofit_versionName : "1.0.1",
dev_retrofit_versionCode : 102,
dev_retrofit_versionName : "1.0.2",

// DevWidget - 自定义 View UI 库
dev_widget_versionCode : 119,
dev_widget_versionName : "1.1.9",
dev_widget_versionCode : 120,
dev_widget_versionName : "1.2.0",

// DevEnvironment - Android 环境配置切换库
dev_environment_versionCode : 111,
dev_environment_version : "1.1.1",
dev_environment_base_version : "1.1.1",
dev_environment_compiler_version : "1.1.1",
dev_environment_compiler_release_version : "1.1.1",
dev_environment_versionCode : 112,
dev_environment_version : "1.1.2",
dev_environment_base_version : "1.1.2",
dev_environment_compiler_version : "1.1.2",
dev_environment_compiler_release_version : "1.1.2",

// DevJava - Java 工具类库 ( 不依赖 android api )
dev_java_versionCode : 147,
dev_java_version : "1.4.7",
dev_java_versionCode : 148,
dev_java_version : "1.4.8",
]
}

0 comments on commit c60aed2

Please sign in to comment.