( 300+ ) Roadmap
DevUtils Android API
// DevApp - Android
implementation 'io.github.afkt:DevAppX:2.4.3'
// DevAssist - , Engine
implementation 'io.github.afkt:DevAssist:1.3.9'
// DevBase - Base ( ActivityFragment )MVPViewBindingContentLayout
implementation 'io.github.afkt:DevBase:1.1.5'
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel )
implementation 'io.github.afkt:DevBaseMVVM:1.1.3'
// DevEngine - Engine
implementation 'io.github.afkt:DevEngine:1.1.1'
// DevHttpCapture - OkHttp
implementation 'io.github.afkt:DevHttpCapture:1.1.4'
// DevHttpCaptureCompiler - OkHttp ( )
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.4'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.4'
// DevHttpManager - OkHttp ( Retrofit BaseUrl Progress )
implementation 'io.github.afkt:DevHttpManager:1.0.4'
// DevRetrofit - Retrofit + Kotlin Coroutines
implementation 'io.github.afkt:DevRetrofit:1.0.3'
// DevWidget - View UI
implementation 'io.github.afkt:DevWidgetX:1.2.1'
// DevEnvironment - Android
implementation 'io.github.afkt:DevEnvironment:1.1.3'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.3' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.3' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.3' // kapt
// DevJava - Java ( android api )
implementation 'io.github.afkt:DevJava:1.4.9' // Java DevApp DevJava
DevUtils ~
Copyright 2018 afkT
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.