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 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 - 新增取消按钮的点击事件监听入口。
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```
You can’t perform that action at this time.
0 commit comments