|
1 | 1 |
|
2 | 2 | [](https://github.com/afkT) |
3 | 3 | [](https://github.com/afkT/DevUtils/blob/master/LICENSE) |
4 | | -[](https://search.maven.org/search?q=io.github.afkt) |
| 4 | +[](https://search.maven.org/search?q=io.github.afkt) |
5 | 5 | [](https://android-arsenal.com/api?level=14) |
6 | 6 | [](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md) |
7 | 7 |
|
|
105 | 105 | ```gradle |
106 | 106 |
|
107 | 107 | // DevApp - Android 工具类库 |
108 | | -implementation 'io.github.afkt:DevAppX:2.3.6' |
| 108 | +implementation 'io.github.afkt:DevAppX:2.3.7' |
109 | 109 |
|
110 | 110 | // DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等 |
111 | | -implementation 'io.github.afkt:DevAssist:1.3.3' |
| 111 | +implementation 'io.github.afkt:DevAssist:1.3.4' |
112 | 112 |
|
113 | 113 | // DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库 |
114 | | -implementation 'io.github.afkt:DevBase:1.1.1' |
| 114 | +implementation 'io.github.afkt:DevBase:1.1.2' |
115 | 115 |
|
116 | 116 | // DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库 |
117 | | -implementation 'io.github.afkt:DevBaseMVVM:1.0.9' |
| 117 | +implementation 'io.github.afkt:DevBaseMVVM:1.1.0' |
118 | 118 |
|
119 | 119 | // DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用 |
120 | | -implementation 'io.github.afkt:DevEngine:1.0.5' |
| 120 | +implementation 'io.github.afkt:DevEngine:1.0.6' |
121 | 121 |
|
122 | 122 | // DevHttpCapture - OkHttp 抓包工具库 |
123 | | -implementation 'io.github.afkt:DevHttpCapture:1.1.0' |
| 123 | +implementation 'io.github.afkt:DevHttpCapture:1.1.1' |
124 | 124 |
|
125 | 125 | // DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 ) |
126 | | -debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.0' |
127 | | -releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.0' |
| 126 | +debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.1' |
| 127 | +releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.1' |
128 | 128 |
|
129 | 129 | // DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 ) |
130 | | -implementation 'io.github.afkt:DevHttpManager:1.0.0' |
| 130 | +implementation 'io.github.afkt:DevHttpManager:1.0.1' |
131 | 131 |
|
132 | 132 | // DevWidget - 自定义 View UI 库 |
133 | | -implementation 'io.github.afkt:DevWidgetX:1.1.7' |
| 133 | +implementation 'io.github.afkt:DevWidgetX:1.1.8' |
134 | 134 |
|
135 | 135 | // DevEnvironment - Android 环境配置切换库 |
136 | | -implementation 'io.github.afkt:DevEnvironment:1.0.9' |
137 | | -debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.9' // kaptDebug |
138 | | -releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.0.9' // kaptRelease |
139 | | -//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.9' // kapt |
| 136 | +implementation 'io.github.afkt:DevEnvironment:1.1.0' |
| 137 | +debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.0' // kaptDebug |
| 138 | +releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.0' // kaptRelease |
| 139 | +//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.0' // kapt |
140 | 140 |
|
141 | 141 | // DevJava - Java 工具类库 ( 不依赖 android api ) |
142 | | -implementation 'io.github.afkt:DevJava:1.4.3' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava |
| 142 | +implementation 'io.github.afkt:DevJava:1.4.4' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava |
143 | 143 | ``` |
144 | 144 |
|
145 | 145 | ## [APK Demo](https://github.com/afkT/Resources/blob/main/APK) |
|
0 commit comments