Skip to content

Commit

Permalink
release as 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu committed Sep 1, 2017
1 parent 51a0100 commit f745215
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ dependencies {
compile project(':library:FilePicker')
compile project(':library:ColorPicker')
compile project(':library:MultiplePicker')
// compile files('libs/AndroidPicker-1.5.4.jar')
// compile files('libs/AndroidPicker-1.5.5.jar')
// 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.5.4'
// compile 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.5.4'
// compile 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.5.4'
// compile 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.5.5'
// compile 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.5.5'
// compile 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.5.5'
}
Binary file added app/libs/AndroidPicker-1.5.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.5.4
VERSION_CODE=154
VERSION_NAME=1.5.5
VERSION_CODE=155
COMPILE_SDK_VERSION=23
MIN_SDK_VERSION=14
#安卓6.0开始(API23+),需要动态申请权限
Expand Down

0 comments on commit f745215

Please sign in to comment.