From 462477ab680cb99eec60858b60e0820c117e0e17 Mon Sep 17 00:00:00 2001 From: drake Date: Sun, 6 Aug 2023 20:15:55 +0800 Subject: [PATCH] update: 1.5.0 --- README.md | 3 +-- README_EN.md | 7 +++---- docs/updates.md | 5 +++++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2575813b..31354129 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,7 @@ dependencyResolutionManagement { ```groovy dependencies { - //... - implementation 'com.github.liangjingkanji:BRV:1.4.3' + implementation 'com.github.liangjingkanji:BRV:1.5.0' } ``` diff --git a/README_EN.md b/README_EN.md index 73c46748..07bb5704 100644 --- a/README_EN.md +++ b/README_EN.md @@ -25,12 +25,12 @@ - +

-

+

This framework is developed without affecting any basic functions/components of RecyclerView. This project promises to be maintained by the community forever. @@ -101,8 +101,7 @@ Then, add the framework dependency to the module's build.gradle file: ```groovy dependencies { - //... - implementation 'com.github.liangjingkanji:BRV:1.4.3' + implementation 'com.github.liangjingkanji:BRV:1.5.0' } ``` diff --git a/docs/updates.md b/docs/updates.md index 6b69c958..d05b2bd4 100644 --- a/docs/updates.md +++ b/docs/updates.md @@ -1,3 +1,8 @@ +## 1.5.0 +- docs: 重构开发文档 +- refactor: itemSublist修改为getItemSublist方法 +- pref: 简化ItemBind参数名称 + ## 1.4.3 - fix: #377 修复基础数据类型支持 - feat: #379 BindViewHolder新增tag变量