- 1:添加插件
- 2:添加对插件至lib
#4:登录https://jitpack.io/">3:上传到github,发布release版
#4:登录https://jitpack.io/
1:添加插件
buildscript {...dependencies {classpath "com.android.tools.build:gradle:4.0.0"classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"}}
2:添加对插件至lib
apply plugin: 'com.android.library'apply plugin: 'com.github.dcendents.android-maven'group='com.github.zsgfrtttt'
3:上传到github,发布release版

#4:登录https://jitpack.io/
*PS:发布的项目需要包含目录gradle/
