依赖
compile 'com.github.userswlwork:pull-to-refresh:1.0.0' //mpulltorefresh的依赖
compile 'com.android.support:recyclerview-v7:26.1.0' // recyclerview的依赖
implementation 'com.squareup.okhttp3:okhttp:3.10.0' //okhttp
implementation 'com.google.code.gson:gson:2.8.2' //gson解析依赖
implementation 'com.github.bumptech.glide:glide:4.6.1' //Github的依赖
annotationProcessor 'com.github.bumptech.glide:compiler:4.6.1'
implementation 'com.github.userswlwork:pull-to-refresh:1.0.0'//pulltorefresh的依赖
implementation 'com.android.support:recyclerview-v7:28.+'//recycleview的依赖
configurations.all {
resolutionStrategy.force 'com.android.support:support-annotations:27.1.1'
}
//下拉刷新
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3'
//没有使用特殊Header,可以不添加次依赖
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.3'
//eventbus
compile 'org.greenrobot:eventbus:3.1.1'
//recyclerview
compile 'com.android.support:recyclerview-v7:26.1.0'
//glide
compile 'com.github.bumptech.glide:glide:3.7.0'
//gson
compile 'com.google.code.gson:gson:2.8.2'

浙公网安备 33010602011771号