Modify: 事件总线

This commit is contained in:
Quyunshuo
2020-08-29 14:57:03 +08:00
parent 0d68e2a7c9
commit b30ce8fdf0
12 changed files with 125 additions and 4 deletions

View File

@ -39,6 +39,7 @@ object Version {
const val ARouteCompiler = "1.2.2" // 阿里路由 APT
const val RecyclerViewAdapter = "3.0.4" // RecyclerViewAdapter
const val StatusBar = "1.5.1" // 状态栏
const val EventBus = "3.2.0"
}
object AndroidX {
@ -91,4 +92,6 @@ object GitHub {
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}"
}