SmartRefreshLayout
SmartRefreshLayout copied to clipboard
有个疑问io.github.scwang90:跟com.scwang.smart有什么区别?io.github.scwang90:添加成功也无法调用
io.github.scwang90:添加成功也无法调用,后者没问题,我找了很久这个原因,为啥没人提呢?
今天试了,不行 调不到啊
implementation 'io.github.scwang90:refresh-header-material:2.0.4' //把2.0.3改成2.0.4就好了
很多仓库版本不全,如果用英文版说明中的2.0.3版本,可以在项目根gradle加这个仓库的地址能下载到 maven { url "https://plugins.gradle.org/m2/"}
作者写错了版本号, 请使用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