解决AndroidStudio中提示:Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper问题
解决AndroidStudio中提示:Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper问题
·
app/build.gradle
dependencies {
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
}
Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30
build.gradle
更多推荐
所有评论(0)