1.创建library
根目录:
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
module:
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
2.提交代码到GitHub
<1 进入releases>
<2 创建release>
<3 复制项目地址>
3.打开jitPack https://jitpack.io/ ,粘贴项目地址
4.根据使用说明配置到想要使用的项目中