Skip to content

Commit

Permalink
release as 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu committed Apr 10, 2017
1 parent 80d0b0d commit 7aef445
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.4.6 - 2017.04.10
弹窗内部部分代码重构;
使用透明渐变位移动画,缓解初始化时默认选中项显示跳动问题;
日期时间选择联动时重置联动项的索引为0;
### v1.4.5 - 2017.03.19
解决选择器部分选项概率性不显示问题,感谢亮亮同学;
### v1.4.4 - 2017.03.8
Expand Down
Binary file added app/libs/AndroidPicker-1.4.6.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ com.android.build.gradle.overridePathCheck=true
#android.useDeprecatedNdk=true

#下面定义一些常量供gradle脚本使用
VERSION_NAME=1.4.5
VERSION_CODE=145
VERSION_NAME=1.4.6
VERSION_CODE=146
COMPILE_SDK_VERSION=25
MIN_SDK_VERSION=14
#安卓6.0开始(API23+),需要动态申请权限
Expand Down

0 comments on commit 7aef445

Please sign in to comment.