Open woniu163 opened 1 year ago
kan看起来是上传的代码是旧的
@scwang90 大佬,Maven上的代码跟库里的不一样呢。麻烦您抽空看看什么问题?
2.1.0 导的包也存在android.support.v4
If you use AndroidX, add it to gradle.properties
android.useAndroidX=true android.enableJetifier=true
@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
v2.0.6版本中SmartRefreshLayout类里面还有support的依赖,但是看v2.0.6的修改记录,是迁移到androidX了,所以严重怀疑maven仓库里面上传的包不是正确的v2.0.6的包