Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
seato opened this issue Feb 18, 2016 · 8 comments
Open

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

seato opened this issue Feb 18, 2016 · 8 comments

Comments

@seato
Copy link

seato commented Feb 18, 2016

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

compile 'com.nightwhistler:HtmlSpanner:1.0'

@seato
Copy link
Author

seato commented Feb 18, 2016

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

@NightWhistler
Copy link
Owner

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

@hbb20
Copy link

hbb20 commented Apr 20, 2016

@waclock
Copy link

waclock commented Jun 1, 2016

+1

@OrkhanAlikhanov
Copy link

Any update?

@waclock
Copy link

waclock commented Oct 25, 2016

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

@surensth
Copy link

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
Copy link
Contributor

this should be in the readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants