File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
### [ 旧版本(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 )
30
30
31
+
32
+ ## V3.1.0版本更新说明(2017-3-14)
33
+ * 修复:在自定义布局模式中,设置setOutSideCancelable无效问题
34
+ * 修复:在自定义布局模式中,设置Dialog出现异常情况
31
35
## V3.0.9版本更新说明(2017-3-13)
32
36
* 优化:多分辨率适配,修复低分辨率手机下显示偏差问题
33
37
* 优化:将系统返回键点击事件封装到BasePickerView,免去在Activity中重写onKeyDown方法。
54
58
55
59
### Gradle
56
60
``` java
57
- compile ' com.contrarywind:Android-PickerView:3.0.9 '
61
+ compile ' com.contrarywind:Android-PickerView:3.1.0 '
58
62
// compile 'com.bigkoo:pickerview:lunar.1.0' Lunar Branch 农历分支
59
63
```
60
64
OR
63
67
< dependency>
64
68
< groupId> com. contrarywind< / groupId>
65
69
< artifactId> Android - PickerView</ artifactId>
66
- < version> 3.0 . 9 < / version>
70
+ < version> 3.1 . 0 < / version>
67
71
< type> pom< / type>
68
72
< / dependency>
69
73
```
You can’t perform that action at this time.
0 commit comments