Skip to content

Commit

Permalink
update: 1.3.90
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Jan 18, 2023
1 parent 9250588 commit c2a5700
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br>
<a href="http://liangjingkanji.github.io/BRV/">使用文档</a>
| <a href="https://github.com/liangjingkanji/document/blob/master/visit-pages.md">无法访问?</a>
| <a href="https://github.com/liangjingkanji/BRV/releases/download/1.3.89/brv-sample.apk">下载体验</a>
| <a href="https://github.com/liangjingkanji/BRV/releases/download/1.3.90/brv-sample.apk">下载体验</a>
<br>
<img src="https://i.imgur.com/G7WYYXb.jpg" width="350"/>
</p>
Expand Down Expand Up @@ -100,7 +100,7 @@ dependencyResolutionManagement {
```groovy
dependencies {
//...
implementation 'com.github.liangjingkanji:BRV:1.3.89'
implementation 'com.github.liangjingkanji:BRV:1.3.90'
}
```

Expand Down
5 changes: 5 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.3.90
- feat: #324 网格分割线间距支持以item为基准
- refactor: 删除分割线 DefaultDecoration.kt setBackground()(可以使用rv背景色替代)
- fix: 网格分割线间距设置错误

## 1.3.89
- upgrade: stateLayout 1.3.13
- sample: use mock data
Expand Down

0 comments on commit c2a5700

Please sign in to comment.