Skip to content

Commit 3c11b65

Browse files
authored
Update README.md
1 parent a317d7c commit 3c11b65

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
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+
32+
## V3.0.8版本更新说明(2017-3-7)
33+
* 修复timepicker只能在初始化时设置一次默认选中时间的问题
34+
3135
## V3.0.7版本更新说明(2017-3-4)
3236
* 优化 起始终止年月日范围设置
3337
* 新增自定义布局
@@ -47,7 +51,7 @@
4751

4852
### Gradle
4953
```java
50-
compile 'com.contrarywind:Android-PickerView:3.0.7'
54+
compile 'com.contrarywind:Android-PickerView:3.0.8'
5155
//compile 'com.bigkoo:pickerview:lunar.1.0' Lunar Branch 农历分支
5256
```
5357
OR
@@ -56,7 +60,7 @@ OR
5660
<dependency>
5761
<groupId>com.contrarywind</groupId>
5862
<artifactId>Android-PickerView</artifactId>
59-
<version>3.0.7</version>
63+
<version>3.0.8</version>
6064
<type>pom</type>
6165
</dependency>
6266
```

0 commit comments

Comments
 (0)