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

ffdz8vbo  于 10个月前  发布在  Maven
关注(0)|答案(5)|浏览(176)

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

5tmbdcev

5tmbdcev1#

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

mcdcgff0

mcdcgff02#

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

atmip9wb

atmip9wb3#

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

plicqrtu

plicqrtu4#

If you use AndroidX, add it to gradle.properties

android.useAndroidX=true
android.enableJetifier=true

mnowg1ta

mnowg1ta5#

@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

相关问题