File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
31
32
+ ## V3.1.1版本更新说明(2017-3-15)
33
+ * 修复:timePicker的label单位设置为空,但隐藏无效问题
34
+
32
35
## V3.1.0版本更新说明(2017-3-14)
33
36
* 修复:在自定义布局模式中,设置setOutSideCancelable无效问题
34
37
* 修复:在自定义布局模式中,设置Dialog出现异常情况
59
62
60
63
### Gradle
61
64
``` java
62
- compile ' com.contrarywind:Android-PickerView:3.1.0 '
65
+ compile ' com.contrarywind:Android-PickerView:3.1.1 '
63
66
// compile 'com.bigkoo:pickerview:lunar.1.0' Lunar Branch 农历分支
64
67
```
65
68
OR
68
71
< dependency>
69
72
< groupId> com. contrarywind< / groupId>
70
73
< artifactId> Android - PickerView</ artifactId>
71
- < version> 3.1 . 0 < / version>
74
+ < version> 3.1 . 1 < / version>
72
75
< type> pom< / type>
73
76
< / dependency>
74
77
```
You can’t perform that action at this time.
0 commit comments