Skip to content

Commit

Permalink
update: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Jul 17, 2023
1 parent a38db67 commit 6a14618
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencyResolutionManagement {
```groovy
dependencies {
//...
implementation 'com.github.liangjingkanji:BRV:1.4.2'
implementation 'com.github.liangjingkanji:BRV:1.4.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 4 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.3
- fix: #377 修复基础数据类型支持
- feat: #379 BindViewHolder新增tag变量

## 1.4.2
- fix: #372 Edge.computeEdge可能发生的NPE

Expand Down

0 comments on commit 6a14618

Please sign in to comment.