scwang90 / SmartRefreshLayout

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

依赖下载不下来了 1.X 2.X都下载不下来 #1421

Closed KwunYamShan closed 2 years ago

KwunYamShan commented 2 years ago

// api 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.2' // api 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.2' // implementation 'io.github.scwang90:refresh-layout-kernel:2.0.3' //核心必须依赖 // implementation 'io.github.scwang90:refresh-header-classics:2.0.3' //经典刷新头 implementation 'com.scwang.smart:refresh-layout-kernel:2.0.3' //core implementation 'com.scwang.smart:refresh-header-classics:2.0.3' //ClassicsHeader 都试过了 下载不下来

KwunYamShan commented 2 years ago
repositories {
    google()
    jcenter()

} 解决了 需要引入 jcenter库

didikee commented 2 years ago

jcenter不是慢慢不用吗,不准备去jitpack么