Android studio failed to resolve: com.github.CymChad :BaseRecyclerViewAdap terHelper:2.9.46

1, error message is as follows

Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.46
Show in Project Structure dialog
Affected Modules: app

2,解决办法

在项目的build.gradle里面加入

 maven { url 'https://jitpack.io' }

Read More: