jaydeepw / poly-picker

Android library project for providing multiple image selection from the device.
406 stars 114 forks source link

Dependency Updates #43

Closed vivekkiran closed 9 years ago

jaydeepw commented 9 years ago

THanks for the PR @vivekkiran . You Rock! Next time, submit PR on develop branch. I will look into it soon.

jaydeepw commented 9 years ago

May I know which JDK version are you using? It fails to compile saying gradle has issue compiling with my JDK version 1.7.0_75 and asks me to download _67

vivekkiran commented 9 years ago

I am using jdk1.7.0_75 and that day I pushed 2 commits and accidentally the second commit I did was force push. I'll look into the code again and send another PR in dev branch.

vivekkiran commented 9 years ago

And it will be good if we can integrate Travis CI , so that every pull request will go through an automated build system and and log output its free for open source projects and very easy to integrate.