tbruyelle / RxPermissions

Android runtime permissions powered by RxJava2
Apache License 2.0
10.48k stars 1.31k forks source link

Upload javadoc/sources to jitpack #265

Open skykelsey opened 5 years ago

skykelsey commented 5 years ago

You should upload javadoc as part of the build process. Especially since the README is missing important information (such as difference between request()/ensure(). Even better would be to also upload sources. Both of these are easy to do with a tweak to the maven task in your build.gradle.

consp1racy commented 5 years ago

Hi, if it's easy you could make a pull request. I don't remember the last time I used HTML javadoc for an Android library but I'd love the sources too.