hegaojian / MvvmHelper

:chicken::basketball:这是一个快速开发的框架,Kotlin语言开发,MVVM+Jetpack架构,封装了公共头部、界面状态管理、ViewModel、LiveData、DataBinding、ViewBinding头部刷新、加载更多、沉浸式、全局通知、丰富好用的拓展函数、RxHttp网络请求等等一系列工具
Apache License 2.0
413 stars 58 forks source link

最新版本,好多第三方库拉不下来。鸡哥,这些要怎么解决? #30

Closed kanfRUI closed 1 year ago

kanfRUI commented 1 year ago

Could not find com.github.zhaokaiqiang.klog:library:1.6.0. Could not find com.effective.android:anchors:1.1.1. Could not find com.gyf.immersionbar:immersionbar:3.0.0. Could not find com.gyf.immersionbar:immersionbar-ktx:3.0.0. Could not find com.scwang.smart:refresh-layout-kernel:2.0.1 Could not find com.scwang.smart:refresh-header-classics:2.0.1. Could not find com.noober.background:core:1.6.5.

hegaojian commented 1 year ago
maven { url 'https://maven.aliyun.com/repository/central' } 

加上这个试试

kanfRUI commented 1 year ago

好像可以了,谢了