ozodrukh / CircularReveal

Lollipop ViewAnimationUtils.createCircularReveal for everyone 4.0+
MIT License
2.43k stars 391 forks source link

Move to the MavenCentral #79

Open Seishin opened 8 years ago

Seishin commented 8 years ago

Could you move your library in the MavenCentral?

ozodrukh commented 8 years ago

well actually i wanted to publish project on MavenCentral, but i didn't figure out, is there any tutorials to do that?

Seishin commented 8 years ago

@ozodrukh check this out: http://central.sonatype.org/pages/gradle.html

It will be much better if your library is published in the Maven Central! Thank you! :)

Jawnnypoo commented 8 years ago

Whats wrong with just jitpack? Makes releasing much easier for devs. Also, releasing to bintray is much simpler with this plugin https://github.com/novoda/bintray-release

kenyee commented 5 years ago

Some companies like ours have a policy of not using jitpack :-( There are plugins to make maven central release easier too...

In the meantime, we build and put it on our own artifact server which is a bit of a pain.