diff --git a/build.gradle b/build.gradle index aeba529..6a82917 100644 --- a/build.gradle +++ b/build.gradle @@ -7,6 +7,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:2.2.3' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/easyrouter-compiler/build.gradle b/easyrouter-compiler/build.gradle index 34caed8..62dd99f 100644 --- a/easyrouter-compiler/build.gradle +++ b/easyrouter-compiler/build.gradle @@ -1,6 +1,5 @@ apply plugin: 'java' - -apply plugin: 'maven' +apply plugin: 'com.github.dcendents.android-maven' group='com.github.Zane96' dependencies { diff --git a/router/build.gradle b/router/build.gradle index 0fd36d5..2c26015 100644 --- a/router/build.gradle +++ b/router/build.gradle @@ -1,4 +1,6 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.Zane96' android { compileSdkVersion 24