scwang90 / SmartRefreshLayout

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

上传到maven仓库的v2.0.6包不对 #1532

Open woniu163 opened 10 months ago

woniu163 commented 10 months ago

v2.0.6版本中SmartRefreshLayout类里面还有support的依赖,但是看v2.0.6的修改记录,是迁移到androidX了,所以严重怀疑maven仓库里面上传的包不是正确的v2.0.6的包

Tan-Tshunglee commented 9 months ago

image kan看起来是上传的代码是旧的

weinierfei commented 8 months ago

@scwang90 大佬,Maven上的代码跟库里的不一样呢。麻烦您抽空看看什么问题?

qiuqiutang commented 8 months ago

2.1.0 导的包也存在android.support.v4

Orchid-Lee commented 5 months ago

If you use AndroidX, add it to gradle.properties

android.useAndroidX=true android.enableJetifier=true

woniu163 commented 5 months ago

@Orchid-Lee I know what you said, but such a configuration will lead to a longer compilation time. My projects have no support package anymore, and I think it will be faster to compile projects by migrating all of them instead of using the configuration you recommended