diff --git a/readme/0-BaseRecyclerViewAdapterHelper.md b/readme/0-BaseRecyclerViewAdapterHelper.md index 4821ea43b..c8b5533b9 100644 --- a/readme/0-BaseRecyclerViewAdapterHelper.md +++ b/readme/0-BaseRecyclerViewAdapterHelper.md @@ -25,7 +25,7 @@ allprojects { ### 添加依赖项 ``` dependencies { - implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.0-beta7' + implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.0-beta8' } ```