Skip to content

Commit 131a533

Browse files
committed
update : README.md
1 parent a5573dc commit 131a533

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222

2323
```groovy
2424
dependencies {
25-
implementation 'com.github.simplepeng:PickerLayoutManager:v1.0.2'
25+
implementation 'com.github.simplepeng:PickerLayoutManager:v1.0.3'
2626
}
2727
```
2828

@@ -192,8 +192,7 @@ timePickerView.setOnTimeSelectedListener { hour, minute ->
192192

193193
## 版本迭代
194194

195+
* v1.0.3:解决`TextPickerView`设置`isBold`频繁requestLayout的问题
195196
* v1.0.2:`DatePickerView`增加`scrollTodayItem``scrollEndItem`等方法,丰富api调用
196-
197197
* v1.0.1:修复`itemCount=1``isLoop=true`闪退的bug,`DatePickerView`增加`scrollToCurrentDate`的方法。
198-
199198
* v1.0.0:首次上传

0 commit comments

Comments
 (0)