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.0.8版本更新说明(2017-3-7)
33
+ * 修复timepicker只能在初始化时设置一次默认选中时间的问题
34
+
31
35
## V3.0.7版本更新说明(2017-3-4)
32
36
* 优化 起始终止年月日范围设置
33
37
* 新增自定义布局
47
51
48
52
### Gradle
49
53
``` java
50
- compile ' com.contrarywind:Android-PickerView:3.0.7 '
54
+ compile ' com.contrarywind:Android-PickerView:3.0.8 '
51
55
// compile 'com.bigkoo:pickerview:lunar.1.0' Lunar Branch 农历分支
52
56
```
53
57
OR
56
60
< dependency>
57
61
< groupId> com. contrarywind< / groupId>
58
62
< artifactId> Android - PickerView</ artifactId>
59
- < version> 3.0 . 7 < / version>
63
+ < version> 3.0 . 8 < / version>
60
64
< type> pom< / type>
61
65
< / dependency>
62
66
```
You can’t perform that action at this time.
0 commit comments