svg-android icon indicating copy to clipboard operation
svg-android copied to clipboard

upload to central repo?

Open tc opened this issue 12 years ago • 3 comments

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

tc avatar Dec 02 '12 05:12 tc

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?

megamattron avatar Dec 09 '12 14:12 megamattron

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

tc avatar Dec 10 '12 17:12 tc

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/

japgolly avatar Jan 30 '13 22:01 japgolly