Modify: 异常上报、权限申请

This commit is contained in:
Quyunshuo
2020-08-29 16:01:33 +08:00
parent b30ce8fdf0
commit ab2266dc0f
10 changed files with 64 additions and 5 deletions

View File

@ -39,7 +39,9 @@ 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"
const val EventBus = "3.2.0" // 事件总线
const val Bugly = "3.2.33" // Bugly 异常上报
const val PermissionX = "1.3.0" // 权限申请
}
object AndroidX {
@ -94,4 +96,6 @@ object GitHub {
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 Bugly = "com.tencent.bugly:crashreport:${Version.Bugly}"
const val PermissionX = "com.permissionx.guolindev:permissionx:${Version.PermissionX}"
}