diff --git a/annotation/build.gradle b/annotation/build.gradle index 8d6b9b3..c4ad00c 100644 --- a/annotation/build.gradle +++ b/annotation/build.gradle @@ -1,8 +1,5 @@ apply plugin: 'java' apply plugin: 'com.novoda.bintray-release'//添加 -apply plugin: 'com.github.dcendents.android-maven' - -group='com.github.haoge' dependencies { } diff --git a/compiler/build.gradle b/compiler/build.gradle index 014af31..e6b885d 100644 --- a/compiler/build.gradle +++ b/compiler/build.gradle @@ -1,11 +1,10 @@ apply plugin: 'java' apply plugin: 'com.novoda.bintray-release'//添加 -apply plugin: 'com.github.dcendents.android-maven' -group='com.github.haoge' dependencies { compile 'com.squareup:javapoet:1.7.0' compile project(':annotation') + compile 'org.lzh.compiler.parceler:parceler-anno:0.3' } sourceCompatibility = "1.7" diff --git a/routerlib/build.gradle b/routerlib/build.gradle index af4df31..dfb8595 100644 --- a/routerlib/build.gradle +++ b/routerlib/build.gradle @@ -1,7 +1,6 @@ apply plugin: 'com.android.library' apply plugin: 'bintray-release'//添加 -apply plugin: 'com.github.dcendents.android-maven' -group='com.github.haoge' + android { compileSdkVersion 23 buildToolsVersion "23.0.3"