Modify: ARouter、MMKV

This commit is contained in:
Quyunshuo
2020-08-28 20:01:45 +08:00
parent 76d957cad8
commit 03960ef66c
20 changed files with 333 additions and 7 deletions

View File

@ -38,6 +38,7 @@ object Version {
const val ARoute = "1.5.0" // 阿里路由
const val ARouteCompiler = "1.2.2" // 阿里路由 APT
const val RecyclerViewAdapter = "3.0.4" // RecyclerViewAdapter
const val StatusBar = "1.5.1" // 状态栏
}
object AndroidX {
@ -89,4 +90,5 @@ object GitHub {
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}"
}