Skip to content

Commit 32ca3ea

Browse files
committed
update travis
1 parent 7f79a4a commit 32ca3ea

5 files changed

Lines changed: 10 additions & 7184 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jdk:
55
- oraclejdk8
66
android:
77
components:
8-
- build-tools-23.0.1
9-
- android-23
8+
- build-tools-25.0.0
9+
- android-25
1010
- extra-android-support
1111
- extra-android-m2repository
1212
script:

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
}
2323

2424
dependencies {
25-
// compile fileTree(dir: 'libs', include: ['AndroidPicker-1.4.3.jar'])
26-
// compile fileTree(dir: 'libs', include: ['WheelPicker-1.4.3.jar'])
25+
// compile fileTree(dir: 'libs', include: ['AndroidPicker-1.4.4.jar'])
26+
// compile fileTree(dir: 'libs', include: ['WheelPicker-1.4.4.jar'])
2727
compile 'com.alibaba:fastjson:1.1.55.android'
2828
compile 'com.github.florent37:viewanimator:1.0.3'
2929
compile project(':library:WheelPicker')
@@ -32,7 +32,7 @@ dependencies {
3232
// compile 'cn.qqtheme.framework:WheelPicker:latest.release'
3333
// compile 'cn.qqtheme.framework:FilePicker:latest.release'
3434
// compile 'cn.qqtheme.framework:ColorPicker:latest.release'
35-
// compile 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.4.3'
36-
// compile 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.4.3'
37-
// compile 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.4.3'
35+
// compile 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.4.4'
36+
// compile 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.4.4'
37+
// compile 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.4.4'
3838
}

gradle.properties

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

1717
#下面定义一些常量供gradle脚本使用
18-
VERSION_NAME=1.4.3
19-
VERSION_CODE=143
20-
COMPILE_SDK_VERSION=23
18+
VERSION_NAME=1.4.4
19+
VERSION_CODE=144
20+
COMPILE_SDK_VERSION=25
2121
MIN_SDK_VERSION=14
2222
#安卓6.0开始(API23+),需要动态申请权限
2323
TARGET_SDK_VERSION=23

library/ColorPicker/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ ext {
99
dependencies {
1010
compile project(":library:Common")
1111
}
12-
13-
android {
14-
buildToolsVersion '25.0.0'
15-
}

0 commit comments

Comments
 (0)