Skip to content

Commit

Permalink
release as 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu committed Mar 19, 2017
1 parent 6d3a09b commit dac1f8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ android {
}

dependencies {
// compile fileTree(dir: 'libs', include: ['AndroidPicker-1.4.4.jar'])
// compile fileTree(dir: 'libs', include: ['WheelPicker-1.4.4.jar'])
// compile fileTree(dir: 'libs', include: ['AndroidPicker-1.4.5.jar'])
compile 'com.alibaba:fastjson:1.1.55.android'
compile 'com.github.florent37:viewanimator:1.0.3'
compile project(':library:WheelPicker')
Expand All @@ -32,7 +31,7 @@ dependencies {
// compile 'cn.qqtheme.framework:WheelPicker:latest.release'
// compile 'cn.qqtheme.framework:FilePicker:latest.release'
// compile 'cn.qqtheme.framework:ColorPicker:latest.release'
// compile 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.4.4'
// compile 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.4.4'
// compile 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.4.4'
// compile 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.4.5'
// compile 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.4.5'
// compile 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.4.5'
}
Binary file added app/libs/AndroidPicker-1.4.5.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.4
VERSION_CODE=144
VERSION_NAME=1.4.5
VERSION_CODE=145
COMPILE_SDK_VERSION=25
MIN_SDK_VERSION=14
#安卓6.0开始(API23+),需要动态申请权限
Expand Down

0 comments on commit dac1f8f

Please sign in to comment.