-
Notifications
You must be signed in to change notification settings - Fork 209
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
Comments
My current solution is to use jitpack, so I hope you don't change the tags :) |
If someone can tell me how to get the artifact on jcenter or maven central, I'd be happy to publish it. |
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' |
+1 |
Any update? |
@OrkhanAlikhanov You can just use Jitpack for now. It doesn't make much of a difference. |
using jetpack as:
|
this should be in the readme |
It'd be nice to add this lib to my project using
compile 'com.nightwhistler:HtmlSpanner:1.0'
The text was updated successfully, but these errors were encountered: