gabrielemariotti/colorpickercollection

Can't download library

matteosist opened this issue · 10 comments

It's impossible download this library from gradle repo.

This collection isn't published in gradle.

Sorry I meant https://jitpack.io https://jitpack.io/

Even if i add repo https://jitpack.io to gradle file android-studio can't resolve url

Screenshot error.

Can you help me?

Thanks

Matteo Sist

Il giorno 18/giu/2015, alle ore 14:31, Gabriele Mariotti notifications@github.com ha scritto:

This collection isn't published in gradle.


Reply to this email directly or view it on GitHub #4 (comment).

I don't know jitpack and I don't know how it works.

Ok. Allora spiegami come importare la tua libreria nel mio progetto perché seguendo le istruzioni(sotto riportate) su android-arsenal non mi fa compilare.

Grazie

Il giorno 18/giu/2015, alle ore 15:27, Gabriele Mariotti notifications@github.com ha scritto:

I don't know jitpack and I don't know how it works.


Reply to this email directly or view it on GitHub #4 (comment).

This code was written 2 years ago (Android Studio didn't exist at that time).
You should copy the code in your project, but I don't know if it works today.

@gabrielemariotti Wouldn't be too hard to convert the project to Gradle. Happy to submit a PR if you are interested. Then it would build on jitpack as well.

@jitpack-io . How is this to be converted to Gradle ?

@zulkarnainshah By adding gradle build files. Then it'd be easy to build from command line and on jitpack.

@jitpack-io , i just copied the whole code in my project. Works to some extent now. Had to do a lot of editing though. Still on it

I also Vote for converting this into a Maven repo otherwise it is useless, especially because in 2016 doesn't make sense to still import the whole .jar ...
Considering to fork it and make it my own if no updates will be available