feat(utils): 添加 BarUtils.java 替代 StatusBar、添加 SpannableStringUtils.java、添加 Coil 对 GIF 支持的全局 imageLoader

This commit is contained in:
Quyunshuo
2021-09-26 21:53:03 +08:00
parent f93d334d28
commit 4b705ef9c2
4 changed files with 2197 additions and 2 deletions

View File

@ -50,7 +50,6 @@ object DependencyConfig {
const val ARoute = "1.5.1" // 阿里路由
const val ARouteCompiler = "1.5.1" // 阿里路由 APT
const val RecyclerViewAdapter = "3.0.4" // RecyclerViewAdapter
const val StatusBar = "1.5.1" // 状态栏
const val EventBus = "3.2.0" // 事件总线
const val PermissionX = "1.4.0" // 权限申请
const val LeakCanary = "2.7" // 检测内存泄漏
@ -146,7 +145,6 @@ object DependencyConfig {
const val ARouteCompiler = "com.alibaba:arouter-compiler:${Version.ARouteCompiler}"
const val RecyclerViewAdapter =
"com.github.CymChad:BaseRecyclerViewAdapterHelper:${Version.RecyclerViewAdapter}"
const val StatusBar = "com.jaeger.statusbarutil:library:${Version.StatusBar}"
const val EventBus = "org.greenrobot:eventbus:${Version.EventBus}"
const val EventBusAPT = "org.greenrobot:eventbus-annotation-processor:${Version.EventBus}"
const val PermissionX = "com.permissionx.guolindev:permissionx:${Version.PermissionX}"