问题描述:
Could not find BaseRecyclerViewAdapterHelper-2.8.0.aar (com.github.CymChad:BaseRecyclerViewAdapterHelper:2.8.0).
解决方案:
implementation ‘com.github.CymChad:BaseRecyclerViewAdapterHelper:2.8.0’
改为
implementation ‘com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.34’