| | |
| | | // 标题栏框架:https://github.com/getActivity/TitleBar |
| | | api 'com.github.getActivity:TitleBar:10.0' |
| | | |
| | | // 屏幕适配 |
| | | api 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1' |
| | | |
| | | // 基础依赖包,必须要依赖 |
| | | api 'com.geyifeng.immersionbar:immersionbar:3.2.2' |
| | | // kotlin扩展(可选) |
| | | // implementation 'com.geyifeng.immersionbar:immersionbar-ktx:3.2.2' |
| | | //图片相关 |
| | | api 'com.github.bumptech.glide:glide:4.12.0' |
| | | annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' |
| | | //内存泄露工具 |
| | | debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1' |
| | | |
| | | //图片选择器 |
| | | // PictureSelector 基础 (必须) |
| | | api 'io.github.lucksiege:pictureselector:v3.10.8' |
| | | // 图片压缩 (按需引入) |
| | | api 'io.github.lucksiege:compress:v3.10.8' |
| | | // 图片裁剪 (按需引入) |
| | | api 'io.github.lucksiege:ucrop:v3.10.8' |
| | | // 自定义相机 (按需引入) |
| | | api 'io.github.lucksiege:camerax:v3.10.8' |
| | | |
| | | // 动画解析库:https://github.com/airbnb/lottie-android |
| | | // 动画资源:https://lottiefiles.com、https://icons8.com/animated-icons |
| | | api 'com.airbnb.android:lottie:4.1.0' |
| | | |
| | | } |