Skip to content

Commit

Permalink
1.5.4 for Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu committed Aug 22, 2017
1 parent 30164e5 commit b0cbe66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .gitignore
@@ -1,8 +1,6 @@
/*.iml
/gradlew
/*/*.iml
/.idea
/gradlew.bat
bin/
gen/
.gradle/
Expand All @@ -12,5 +10,4 @@ local.properties
proguard/
*.log
*.apk
/*.sh
/*.cmd

8 changes: 4 additions & 4 deletions app/build.gradle
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.3.jar')
// compile files('libs/AndroidPicker-1.5.4.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.3'
// compile 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.5.3'
// compile 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.5.3'
// 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'
}
Binary file added app/libs/AndroidPicker-1.5.4.jar
Binary file not shown.

0 comments on commit b0cbe66

Please sign in to comment.