Skip to content

Commit

Permalink
docs: 更新 DevUtils 系列库版本信息
Browse files Browse the repository at this point in the history
Former-commit-id: bde274a
Former-commit-id: 96d1f81
  • Loading branch information
afkT committed May 14, 2022
1 parent b154800 commit 733f9a5
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 38 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.6-brightgreen.svg)](https://search.maven.org/search?q=io.github.afkt)
[![MavenCentral](https://img.shields.io/badge/DevUtils-2.3.7-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)

Expand Down Expand Up @@ -105,41 +105,41 @@
```gradle
// DevApp - Android 工具类库
implementation 'io.github.afkt:DevAppX:2.3.6'
implementation 'io.github.afkt:DevAppX:2.3.7'
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
implementation 'io.github.afkt:DevAssist:1.3.3'
implementation 'io.github.afkt:DevAssist:1.3.4'
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
implementation 'io.github.afkt:DevBase:1.1.1'
implementation 'io.github.afkt:DevBase:1.1.2'
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
implementation 'io.github.afkt:DevBaseMVVM:1.0.9'
implementation 'io.github.afkt:DevBaseMVVM:1.1.0'
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
implementation 'io.github.afkt:DevEngine:1.0.5'
implementation 'io.github.afkt:DevEngine:1.0.6'
// DevHttpCapture - OkHttp 抓包工具库
implementation 'io.github.afkt:DevHttpCapture:1.1.0'
implementation 'io.github.afkt:DevHttpCapture:1.1.1'
// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.0'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.0'
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.1'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.1'
// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
implementation 'io.github.afkt:DevHttpManager:1.0.0'
implementation 'io.github.afkt:DevHttpManager:1.0.1'
// DevWidget - 自定义 View UI 库
implementation 'io.github.afkt:DevWidgetX:1.1.7'
implementation 'io.github.afkt:DevWidgetX:1.1.8'
// DevEnvironment - Android 环境配置切换库
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
implementation 'io.github.afkt:DevEnvironment:1.1.0'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.0' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.0' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.0' // kapt
// DevJava - Java 工具类库 ( 不依赖 android api )
implementation 'io.github.afkt:DevJava:1.4.3' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
implementation 'io.github.afkt:DevJava:1.4.4' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava
```

## [APK Demo](https://github.com/afkT/Resources/blob/main/APK)
Expand Down
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 @@
19b7a74d4a5c0f106b67c4db2bf50b70675d2d3c
e583a2640a3263b40a837237086e4ea7542d360c
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.3.3'
implementation 'io.github.afkt:DevAssist:1.3.4'
```

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

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

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

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

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

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

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

```gradle
// AndroidX
implementation 'io.github.afkt:DevWidgetX:1.1.7'
implementation 'io.github.afkt:DevWidgetX:1.1.8'
```

## README
Expand Down
2 changes: 1 addition & 1 deletion lib/DevWidget/README_API.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.7'
implementation 'io.github.afkt:DevWidgetX:1.1.8'
```

## 目录结构
Expand Down
18 changes: 9 additions & 9 deletions 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.0.9'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.9'
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.0.9'
implementation 'io.github.afkt:DevEnvironment:1.1.0'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.0'
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.0'
// 如果需要 Release 包,支持通过后台数据动态设置配置信息 则使用 debug compiler lib
// annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.9'
// annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.0'
// Kotlin
implementation 'io.github.afkt:DevEnvironment:1.0.9'
kaptDebug 'io.github.afkt:DevEnvironmentCompiler:1.0.9'
kaptRelease 'io.github.afkt:DevEnvironmentCompilerRelease:1.0.9'
implementation 'io.github.afkt:DevEnvironment:1.1.0'
kaptDebug 'io.github.afkt:DevEnvironmentCompiler:1.1.0'
kaptRelease 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.0'
// 如果需要 Release 包,支持通过后台数据动态设置配置信息 则使用 debug compiler lib
// kapt 'io.github.afkt:DevEnvironmentCompiler:1.0.9'
// kapt 'io.github.afkt:DevEnvironmentCompiler:1.1.0'
}
```

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



[maven_svg]: https://img.shields.io/badge/Maven-1.0.9-brightgreen.svg
[maven_svg]: https://img.shields.io/badge/Maven-1.1.0-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 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.0'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.0'
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.1'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.1'
}
```

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



[maven_svg]: https://img.shields.io/badge/Maven-1.1.0-brightgreen.svg
[maven_svg]: https://img.shields.io/badge/Maven-1.1.1-brightgreen.svg
[maven]: https://search.maven.org/search?q=io.github.afkt

0 comments on commit 733f9a5

Please sign in to comment.