diff --git a/README.md b/README.md index 3d432ec2a..1cd00dc15 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
使用文档 | 无法访问? - | 下载体验 + | 下载体验

@@ -100,7 +100,7 @@ dependencyResolutionManagement { ```groovy dependencies { //... - implementation 'com.github.liangjingkanji:BRV:1.3.88' + implementation 'com.github.liangjingkanji:BRV:1.3.89' } ``` diff --git a/docs/updates.md b/docs/updates.md index d485d0695..471ea2a54 100644 --- a/docs/updates.md +++ b/docs/updates.md @@ -1,3 +1,10 @@ +## 1.3.89 +- upgrade: stateLayout 1.3.13 +- sample: use mock data +- sample: 示例-嵌套列表 +- sample: 示例-首页布局 +- sample: 避免重复显示对话框 + ## 1.3.88 - fix: #317 无法拖拽到item(禁用拖拽状态)的相邻位置 - fix: #305 列表重新赋值数据可以恢复列表展开状态