Modify: 事件总线
This commit is contained in:
@ -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}"
|
||||
}
|
||||
Reference in New Issue
Block a user