SmartRefreshLayout icon indicating copy to clipboard operation
SmartRefreshLayout copied to clipboard

有个疑问io.github.scwang90:跟com.scwang.smart有什么区别?io.github.scwang90:添加成功也无法调用

Open 542604974 opened this issue 3 years ago • 4 comments

io.github.scwang90:添加成功也无法调用,后者没问题,我找了很久这个原因,为啥没人提呢?

542604974 avatar Mar 02 '22 08:03 542604974

今天试了,不行 调不到啊

2915805293 avatar Mar 03 '22 07:03 2915805293

implementation 'io.github.scwang90:refresh-header-material:2.0.4' //把2.0.3改成2.0.4就好了

2915805293 avatar Mar 03 '22 07:03 2915805293

很多仓库版本不全,如果用英文版说明中的2.0.3版本,可以在项目根gradle加这个仓库的地址能下载到 maven { url "https://plugins.gradle.org/m2/"}

wozaihu avatar Mar 07 '22 02:03 wozaihu

作者写错了版本号, 请使用2.0.5版本

implementation 'io.github.scwang90:refresh-layout-kernel:2.0.5'
implementation 'io.github.scwang90:refresh-header-material:2.0.5'
implementation 'io.github.scwang90:refresh-footer-classics:2.0.5'

另外推荐配合BRV使用: #1441

liangjingkanji avatar Mar 07 '22 14:03 liangjingkanji