NightWhistler / HtmlSpanner

Android HTML rendering library with CSS support
http://nightwhistler.github.io/HtmlSpanner/
868 stars 209 forks source link

Distribute the compiled aar through jcenter and/or maven central #43

Open seato opened 8 years ago

seato commented 8 years ago

It'd be nice to add this lib to my project using

compile 'com.nightwhistler:HtmlSpanner:1.0'

seato commented 8 years ago

My current solution is to use jitpack, so I hope you don't change the tags :)

NightWhistler commented 8 years ago

If someone can tell me how to get the artifact on jcenter or maven central, I'd be happy to publish it.

hbb20 commented 8 years ago

Hey @NightWhistler , nuuneoi has explained very nicely in the post 'How to distribute your own Android library through jCenter and Maven Central from Android Studio'

waclock commented 8 years ago

+1

OrkhanAlikhanov commented 7 years ago

Any update?

waclock commented 7 years ago

@OrkhanAlikhanov You can just use Jitpack for now. It doesn't make much of a difference.

surensth commented 7 years ago

using jetpack as: 1.add following in root project allprojects { maven { url 'https://jitpack.io' } } }

  1. add compile 'com.github.NightWhistler:HtmlSpanner:0.4' in app module Thanks!
johndpope commented 4 years ago

this should be in the readme