pents90 / svg-android

Support for scalable vector graphics in Android
773 stars 367 forks source link

upload to central repo? #4

Open tc opened 11 years ago

tc commented 11 years ago

Can you guys publish svg-android to http://search.maven.org to make it easier to bring into a project?

megamattron commented 11 years ago

I didn't realize people were using maven for android projects now - is there anything special I would need to do that you know of?

tc commented 11 years ago

Nothing special, it should be published the same way as any java package: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

if you are interested, check out square's projects for a few examples of packaging/building with maven. https://github.com/square

japgolly commented 11 years ago

My fork is on Maven central. It (nearly) has all the bugfixes and enhancement patches I've found plus a bunch of new features I put in myself.

https://github.com/japgolly/svg-android/