SmartRefreshLayout
SmartRefreshLayout copied to clipboard
应用导包失败
implementation 'io.github.scwang90:refresh-layout-kernel:2.0.3' //核心必须依赖 implementation 'io.github.scwang90:refresh-header-classics:2.0.3' //经典刷新头
我也一样下载不下来,我还以为哪里配置问题了.....
得用英文文档里的那个才行。 implementation 'com.scwang.smart:refresh-layout-kernel:2.0.3' //core implementation 'com.scwang.smart:refresh-header-classics:2.0.3' //ClassicsHeader
作者在mavenCentral仓库上只上传了2.0.5相关的刷新头版本。文档上写的是2.0.3,用2.0.5版本即可 @fxn-sm
已经提交了PR: https://github.com/scwang90/SmartRefreshLayout/pull/1439 等作者大佬合并