美文网首页Studio
jitpack生成发布依赖

jitpack生成发布依赖

作者: 克罗克达尔 | 来源:发表于2017-02-04 10:18 被阅读33次

    1,新建项目和library(libiary即为要发布的依赖)

    2,在项目级别的gradle文件中添加如下代码

    classpath'com.github.dcendents:android-maven-gradle-plugin:1.5'

    3,在要进行发布的库的gradle文件添加以下代码

    applyplugin:'com.github.dcendents.android-maven'

    group='com.github.keluokeda'

    其中keluokeda是你的github名称

    4,分享项目到github上

    5,在github上发布一个release版本

    6,在 https://jitpack.io 网站输入框中输入项目的github地址,点击lookup

    7,选择 版本。git it

    8,按照提示把依赖加入到你的项目中

    相关文章

      网友评论

        本文标题:jitpack生成发布依赖

        本文链接:https://www.haomeiwen.com/subject/wryjittx.html