File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525// "databinding-compiler" : "com.android.databinding:compiler:3.2.0-alpha10",
2626 " room-runtime" : " android.arch.persistence.room:runtime:$version . archVersion " ,
2727 " room-compiler" : " android.arch.persistence.room:compiler:$version . archVersion " ,
28+ " paging-runtime" : " android.arch.paging:runtime:1.0.1" ,
2829 " multidex" : " com.android.support:multidex:1.0.2" ,
2930 // https://github.com/gyf-dev/ImmersionBar
3031 " statusbar" : " com.gyf.immersionbar:immersionbar:2.3.2" ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dependencies {
2626 api rootProject. ext. dependencies[' constraint-layout' ]
2727 api rootProject. ext. dependencies[' room-runtime' ]
2828 kapt rootProject. ext. dependencies[' room-compiler' ]
29+ api rootProject. ext. dependencies[' paging-runtime' ]
2930 api rootProject. ext. dependencies[" multidex" ]
3031
3132 api rootProject. ext. dependencies[' okgo' ]
You can’t perform that action at this time.
0 commit comments