JitPack+GitHub 发布三方库
一、工程build.gradle文件添加
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
二、库module的build.gradle文件添加
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.AlphaKnife'
注: AlphaKnife为你的GitHub用户名
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.AlphaKnife'
注: AlphaKnife为你的GitHub用户名