From 970616b6ac0263aba607486547144a550b7b0345 Mon Sep 17 00:00:00 2001 From: drake Date: Fri, 29 Nov 2024 23:32:30 +0800 Subject: [PATCH] update: 1.6.1 --- README.md | 2 +- README_EN.md | 2 +- docs/updates.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cbfa6d4..2faa1f0b 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Module 的 build.gradle 添加依赖框架 ```groovy dependencies { - implementation 'com.github.liangjingkanji:BRV:1.6.0' + implementation 'com.github.liangjingkanji:BRV:1.6.1' } ``` diff --git a/README_EN.md b/README_EN.md index b54403a3..91960d96 100644 --- a/README_EN.md +++ b/README_EN.md @@ -88,7 +88,7 @@ Then, add the framework dependency to the module's build.gradle file: ```groovy dependencies { - implementation 'com.github.liangjingkanji:BRV:1.5.8' + implementation 'com.github.liangjingkanji:BRV:1.6.1' } ``` diff --git a/docs/updates.md b/docs/updates.md index 1e1385d0..f1c6984b 100644 --- a/docs/updates.md +++ b/docs/updates.md @@ -1,3 +1,9 @@ +## 1.6.1 +- sample: 升级flexbox版本以解决demo无法编译 +- fix: #469 修改本地时间导致点击防抖动错误 +- fix: #461 修复拖拽交换禁止拖拽的item未触发onDrag函数 +- fix: 当models未被初始化时调用checkAll抛出NullPointException + ## 1.6.0 - feat: 分割线函数divider新增参数stretch禁止拉伸 - fix: #439 PageRefreshLayout在页面未创建完成立即finish,会导致下拉动画无法回弹以及刷新无效