Skip to content

Commit

Permalink
travis构建失败
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu committed Jun 1, 2018
1 parent 1b8c329 commit 1041ffa
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ android {

dependencies {
compile 'com.alibaba:fastjson:1.1.55.android'
// compile project(':library:WheelPicker')
// compile project(':library:FilePicker')
// compile project(':library:ColorPicker')
compile project(':library:WheelPicker')
compile project(':library:FilePicker')
compile project(':library:ColorPicker')
compile project(':library:MultiplePicker')
// compile files('libs/AndroidPicker-1.5.6.jar')
// compile('cn.qqtheme.framework:WheelPicker:latest.release') {
Expand All @@ -37,13 +37,13 @@ dependencies {
// compile('cn.qqtheme.framework:ColorPicker:latest.release') {
// exclude group: 'com.android.support'
// }
compile('com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.5.6') {
exclude group: 'com.android.support'
}
compile('com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.5.6') {
exclude group: 'com.android.support'
}
compile('com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.5.6') {
exclude group: 'com.android.support'
}
// compile('com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.5.6') {
// exclude group: 'com.android.support'
// }
// compile('com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.5.6') {
// exclude group: 'com.android.support'
// }
// compile('com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.5.6') {
// exclude group: 'com.android.support'
// }
}

0 comments on commit 1041ffa

Please sign in to comment.