diff --git a/README.md b/README.md index 05754120..2272a3c1 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ dependencyResolutionManagement { ```groovy dependencies { //... - implementation 'com.github.liangjingkanji:BRV:1.4.2' + implementation 'com.github.liangjingkanji:BRV:1.4.3' } ``` diff --git a/README_EN.md b/README_EN.md index 93b82424..73c46748 100644 --- a/README_EN.md +++ b/README_EN.md @@ -102,7 +102,7 @@ Then, add the framework dependency to the module's build.gradle file: ```groovy dependencies { //... - implementation 'com.github.liangjingkanji:BRV:1.4.1' + implementation 'com.github.liangjingkanji:BRV:1.4.3' } ``` diff --git a/docs/updates.md b/docs/updates.md index a73b50a3..26f8b638 100644 --- a/docs/updates.md +++ b/docs/updates.md @@ -1,3 +1,7 @@ +## 1.4.3 +- fix: #377 修复基础数据类型支持 +- feat: #379 BindViewHolder新增tag变量 + ## 1.4.2 - fix: #372 Edge.computeEdge可能发生的NPE