|
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 |
|
|
97 | 97 | ```gradle |
98 | 98 |
|
99 | 99 | // DevApp - Android 工具类库 |
100 | | -implementation 'io.github.afkt:DevAppX:2.3.5' |
| 100 | +implementation 'io.github.afkt:DevAppX:2.3.6' |
101 | 101 |
|
102 | 102 | // DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等 |
103 | | -implementation 'io.github.afkt:DevAssist:1.3.2' |
| 103 | +implementation 'io.github.afkt:DevAssist:1.3.3' |
104 | 104 |
|
105 | 105 | // DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库 |
106 | | -implementation 'io.github.afkt:DevBase:1.1.0' |
| 106 | +implementation 'io.github.afkt:DevBase:1.1.1' |
107 | 107 |
|
108 | 108 | // DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库 |
109 | | -implementation 'io.github.afkt:DevBaseMVVM:1.0.8' |
| 109 | +implementation 'io.github.afkt:DevBaseMVVM:1.0.9' |
110 | 110 |
|
111 | 111 | // DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用 |
112 | | -implementation 'io.github.afkt:DevEngine:1.0.4' |
| 112 | +implementation 'io.github.afkt:DevEngine:1.0.5' |
113 | 113 |
|
114 | 114 | // DevHttpCapture - OkHttp 抓包工具库 |
115 | | -implementation 'io.github.afkt:DevHttpCapture:1.0.9' |
| 115 | +implementation 'io.github.afkt:DevHttpCapture:1.1.0' |
116 | 116 |
|
117 | 117 | // DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 ) |
118 | | -debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.0.9' |
119 | | -releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.0.9' |
| 118 | +debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.0' |
| 119 | +releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.0' |
120 | 120 |
|
121 | 121 | // DevWidget - 自定义 View UI 库 |
122 | | -implementation 'io.github.afkt:DevWidgetX:1.1.6' |
| 122 | +implementation 'io.github.afkt:DevWidgetX:1.1.7' |
123 | 123 |
|
124 | 124 | // DevEnvironment - Android 环境配置切换库 |
125 | | -implementation 'io.github.afkt:DevEnvironment:1.0.8' |
126 | | -debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.8' // kaptDebug |
127 | | -releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.0.8' // kaptRelease |
128 | | -//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.8' // kapt |
| 125 | +implementation 'io.github.afkt:DevEnvironment:1.0.9' |
| 126 | +debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.9' // kaptDebug |
| 127 | +releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.0.9' // kaptRelease |
| 128 | +//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.0.9' // kapt |
129 | 129 |
|
130 | 130 | // DevJava - Java 工具类库 ( 不依赖 android api ) |
131 | | -implementation 'io.github.afkt:DevJava:1.4.2' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava |
| 131 | +implementation 'io.github.afkt:DevJava:1.4.3' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava |
132 | 132 | ``` |
133 | 133 |
|
134 | 134 | ## [APK Demo](https://github.com/afkT/Resources/tree/main/APK) |
|
0 commit comments