scwang90 / SmartRefreshLayout

🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
https://segmentfault.com/a/1190000010066071
Apache License 2.0
24.8k stars 4.93k forks source link

应用导包失败 #1416

Open fxn-sm opened 2 years ago

fxn-sm commented 2 years ago

implementation 'io.github.scwang90:refresh-layout-kernel:2.0.3' //核心必须依赖 implementation 'io.github.scwang90:refresh-header-classics:2.0.3' //经典刷新头

sxdwzxcsw commented 2 years ago

我也一样下载不下来,我还以为哪里配置问题了.....

XiaoMaGe258 commented 2 years ago

得用英文文档里的那个才行。 implementation 'com.scwang.smart:refresh-layout-kernel:2.0.3' //core implementation 'com.scwang.smart:refresh-header-classics:2.0.3' //ClassicsHeader

zengcanxiang commented 2 years ago

作者在mavenCentral仓库上只上传了2.0.5相关的刷新头版本。文档上写的是2.0.3,用2.0.5版本即可 @fxn-sm

GengJian commented 2 years ago

已经提交了PR: https://github.com/scwang90/SmartRefreshLayout/pull/1439 等作者大佬合并