问题
I'm maybe missing something but I do not get it. How and where can you publish your libs (done with Android Studio as a module) in order that the people just have to write (for example)
compile 'se.emilsjolander:stickylistheaders:2.5.2'
in their build.gradle
?
I saw things like jCenter repositories but I've no experience with packaging and found it very confusing.
Thanks for help! :)
EDIT
Of course, I want to publish a github project under Apache :)
回答1:
https://jitpack.io/ is also a good choice if you just want to publish an android library on github.
There is a example
来源:https://stackoverflow.com/questions/29578889/how-to-package-an-android-library-for-android-studio