Skip to content

Commit fb48621

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 0388b9e + 359bdc7 commit fb48621

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828

2929
### [旧版本(2.x/1.x版)中文说明文档](https://github.com/Bigkoo/Android-PickerView/wiki/%E6%97%A7%E9%A1%B9%E7%9B%AE%E8%AF%B4%E6%98%8E%E6%96%87%E6%A1%A3%EF%BC%88old-version-1.x-2.x%E7%89%88%E6%9C%AC%EF%BC%89)
3030

31+
## V3.0.9版本更新说明(2017-3-13)
32+
* 优化:多分辨率适配,修复低分辨率手机下显示偏差问题
33+
* 优化:将系统返回键点击事件封装到BasePickerView,免去在Activity中重写onKeyDown方法。
3134

3235
## V3.0.8版本更新说明(2017-3-7)
3336
* 修复timepicker只能在初始化时设置一次默认选中时间的问题
@@ -51,7 +54,7 @@
5154

5255
### Gradle
5356
```java
54-
compile 'com.contrarywind:Android-PickerView:3.0.8'
57+
compile 'com.contrarywind:Android-PickerView:3.0.9'
5558
//compile 'com.bigkoo:pickerview:lunar.1.0' Lunar Branch 农历分支
5659
```
5760
OR
@@ -60,7 +63,7 @@ OR
6063
<dependency>
6164
<groupId>com.contrarywind</groupId>
6265
<artifactId>Android-PickerView</artifactId>
63-
<version>3.0.8</version>
66+
<version>3.0.9</version>
6467
<type>pom</type>
6568
</dependency>
6669
```

0 commit comments

Comments
 (0)