youlookwhat / ByRecyclerView

🔥 RecyclerView 下拉刷新、上拉松手/自动加载更多、item点击/长按、item局部刷新、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter、嵌套滑动置顶
https://youlookwhat.github.io/ByRecyclerView
Apache License 2.0
798 stars 139 forks source link

jcenter() 弃用 #54

Closed SunSeekerX closed 2 years ago

SunSeekerX commented 2 years ago

jcenter() 可以使用 mavenCentral() 替换

youlookwhat commented 2 years ago

我使用mavenCentral()替换后运行不起来,你是装了新版的AndroidStudio 出的问题吧

SunSeekerX commented 2 years ago

https://juejin.cn/post/7053774607160967199 迁移指南

youlookwhat commented 2 years ago

这个很早就看过了,自己的项目都在jitpack里,三方的如果是jcenter()就换成mavenCentral()或者是jitpack。

youlookwhat commented 2 years ago

看来没问题了,有问题了再提吧