我可能错过了什么,但我不明白。如何以及在哪里发布您的lib(使用Android作为一个模块完成),以便人们只需编写(例如)
compile 'se.emilsjolander:stickylistheaders:2.5.2'在他们的build.gradle
我看到了像jCenter存储库这样的东西,但是我对打包没有经验,并且发现它非常令人困惑。
谢谢你的帮助!)
编辑
当然,我想在Apache下发布一个github项目:)
发布于 2015-05-26 09:01:23
如果您只想在github上发布一个android库,那么https://jitpack.io/也是一个不错的选择。
有一个示例
https://stackoverflow.com/questions/29578889
复制相似问题