Skip to content

Commit b0cbe66

Browse files
committed
1.5.4 for Eclipse
1 parent 30164e5 commit b0cbe66

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*.iml
2-
/gradlew
32
/*/*.iml
43
/.idea
5-
/gradlew.bat
64
bin/
75
gen/
86
.gradle/
@@ -12,5 +10,4 @@ local.properties
1210
proguard/
1311
*.log
1412
*.apk
15-
/*.sh
16-
/*.cmd
13+

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.3.jar')
30+
// compile files('libs/AndroidPicker-1.5.4.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.3'
35-
// compile 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.5.3'
36-
// compile 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.5.3'
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'
3737
}

app/libs/AndroidPicker-1.5.4.jar

215 KB
Binary file not shown.

0 commit comments

Comments
 (0)