| | |
| | | api 'com.squareup.retrofit2:retrofit-adapters:2.4.0'//相关适配 |
| | | api 'com.squareup.okhttp3:okhttp:4.10.0' |
| | | api 'com.squareup.okhttp3:logging-interceptor:4.10.0' |
| | | |
| | | //Rxjava |
| | | api "io.reactivex.rxjava2:rxjava:2.2.21" |
| | | api 'io.reactivex.rxjava2:rxandroid:2.1.1' |
| | | //Rxjava的的生命周期管理可以使用RxLifecycle或者autodispose(二选一) |
| | | //autodispose |
| | | api 'com.uber.autodispose:autodispose:1.4.0' |
| | | api 'com.uber.autodispose:autodispose-android:1.4.0' |
| | | api 'com.uber.autodispose:autodispose-android-archcomponents:1.4.0' |
| | | |
| | | |
| | | |
| | | //Cookie 持久化 |
| | | api 'com.github.franmontiel:PersistentCookieJar:v1.0.1' |
| | | |
| | | // 标题栏框架:https://github.com/getActivity/TitleBar |
| | | api 'com.github.getActivity:TitleBar:10.3' |
| | | api 'com.github.getActivity:TitleBar:10.5' |
| | | |
| | | // 屏幕适配 |
| | | api 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1' |
| | |
| | | //图片相关 |
| | | api 'com.github.bumptech.glide:glide:4.14.2' |
| | | annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' |
| | | |
| | | //内存泄露工具 |
| | | debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1' |
| | | |
| | |
| | | api 'io.github.scwang90:refresh-footer-ball:2.0.5' //球脉冲加载 |
| | | api 'io.github.scwang90:refresh-footer-classics:2.0.5' //经典加载 |
| | | |
| | | //滚轮选择 |
| | | api 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:4.1.11' |
| | | api 'com.github.gzu-liyujiang.AndroidPicker:Common:4.1.11' |
| | | api 'com.github.gzu-liyujiang.AndroidPicker:WheelView:4.1.11' |
| | | |
| | | //图片轮播控件 |
| | | api 'io.github.youth5201314:banner:2.2.2' |
| | | |
| | | //视频播放 |
| | | //完整版引入 |
| | | api 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.4.0-release-jitpack' |
| | | } |