Skip to content

Commit f745215

Browse files
committed
release as 1.5.5
1 parent 51a0100 commit f745215

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ dependencies {
2727
compile project(':library:FilePicker')
2828
compile project(':library:ColorPicker')
2929
compile project(':library:MultiplePicker')
30-
// compile files('libs/AndroidPicker-1.5.4.jar')
30+
// compile files('libs/AndroidPicker-1.5.5.jar')
3131
// compile 'cn.qqtheme.framework:WheelPicker:latest.release'
3232
// compile 'cn.qqtheme.framework:FilePicker:latest.release'
3333
// compile 'cn.qqtheme.framework:ColorPicker:latest.release'
34-
// compile 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.5.4'
35-
// compile 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.5.4'
36-
// compile 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.5.4'
34+
// compile 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.5.5'
35+
// compile 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.5.5'
36+
// compile 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.5.5'
3737
}

app/libs/AndroidPicker-1.5.5.jar

216 KB
Binary file not shown.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ com.android.build.gradle.overridePathCheck=true
1515
#android.useDeprecatedNdk=true
1616

1717
#下面定义一些常量供gradle脚本使用
18-
VERSION_NAME=1.5.4
19-
VERSION_CODE=154
18+
VERSION_NAME=1.5.5
19+
VERSION_CODE=155
2020
COMPILE_SDK_VERSION=23
2121
MIN_SDK_VERSION=14
2222
#安卓6.0开始(API23+),需要动态申请权限

0 commit comments

Comments
 (0)