Skip to content

Commit

Permalink
update : README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simplepeng committed Apr 22, 2021
1 parent a5573dc commit 131a533
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {

```groovy
dependencies {
implementation 'com.github.simplepeng:PickerLayoutManager:v1.0.2'
implementation 'com.github.simplepeng:PickerLayoutManager:v1.0.3'
}
```

Expand Down Expand Up @@ -192,8 +192,7 @@ timePickerView.setOnTimeSelectedListener { hour, minute ->

## 版本迭代

* v1.0.3:解决`TextPickerView`设置`isBold`频繁requestLayout的问题
* v1.0.2:`DatePickerView`增加`scrollTodayItem``scrollEndItem`等方法,丰富api调用

* v1.0.1:修复`itemCount=1``isLoop=true`闪退的bug,`DatePickerView`增加`scrollToCurrentDate`的方法。

* v1.0.0:首次上传

0 comments on commit 131a533

Please sign in to comment.