Skip to content

Commit 86922f2

Browse files
authored
Update README.md
1 parent 441a72f commit 86922f2

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
@@ -61,6 +61,10 @@
6161
startDate.set(2013,0,1);
6262
 endDate.set(2020,11,1);
6363

64+
#### V4.1.8 版本更新说明(2019-4-24)
65+
- 更新gradle版本, wheelview基础库由 compile 改为 api 依赖,避免gradle 5.0+版本无法引入。
66+
- 修复 setTextXOffset 赋值问题。
67+
6468
#### V4.1.7 版本更新说明(2019-1-10)
6569
- 修复 WheelView在初始化时,数据为空导致height=0,造成一直显示不出来的问题。
6670
- 新增取消按钮的点击事件监听入口。
@@ -83,7 +87,7 @@
8387

8488
#### 1.添加Jcenter仓库 Gradle依赖:
8589
```java
86-
compile 'com.contrarywind:Android-PickerView:4.1.7'
90+
compile 'com.contrarywind:Android-PickerView:4.1.8'
8791
```
8892
或者
8993

@@ -92,7 +96,7 @@ compile 'com.contrarywind:Android-PickerView:4.1.7'
9296
<dependency>
9397
<groupId>com.contrarywind</groupId>
9498
<artifactId>Android-PickerView</artifactId>
95-
<version>4.1.7</version>
99+
<version>4.1.8</version>
96100
<type>pom</type>
97101
</dependency>
98102
```

0 commit comments

Comments
 (0)