SmartRefreshLayout icon indicating copy to clipboard operation
SmartRefreshLayout copied to clipboard

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

Open woniu163 opened this issue 1 year ago • 5 comments

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

woniu163 avatar Aug 09 '23 04:08 woniu163

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

Tan-Tshunglee avatar Sep 23 '23 10:09 Tan-Tshunglee

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

weinierfei avatar Oct 19 '23 02:10 weinierfei

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

qiuqiutang avatar Oct 23 '23 12:10 qiuqiutang

If you use AndroidX, add it to gradle.properties

android.useAndroidX=true android.enableJetifier=true

Orchid-Lee avatar Jan 28 '24 09:01 Orchid-Lee

@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

woniu163 avatar Jan 29 '24 07:01 woniu163