diff --git a/app/build.gradle b/app/build.gradle index ff847b8..6d2e8ec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,8 +43,8 @@ android { dependencies { compile project(':componentservice') compile 'com.android.support.constraint:constraint-layout:1.0.2' -// annotationProcessor project(':router-anno-compiler') - annotationProcessor 'com.github.mqzhangw:JIMU:router-anno-compiler-1.0.1' + annotationProcessor project(':router-anno-compiler') +// annotationProcessor 'com.github.mqzhangw:JIMU:router-anno-compiler-1.0.1' } combuild { diff --git a/componentlib/build.gradle b/componentlib/build.gradle index 3a5d0bd..3b5c95e 100644 --- a/componentlib/build.gradle +++ b/componentlib/build.gradle @@ -43,10 +43,10 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) testCompile 'junit:junit:4.12' -// compile project(':router-annotation') - compile('com.github.mqzhangw:JIMU:router-anno-1.0.1@jar', { - exclude group: 'com.android.support' - }) + compile project(':router-annotation') +// compile('com.github.mqzhangw:JIMU:router-anno-1.0.1@jar', { +// exclude group: 'com.android.support' +// }) compile 'com.google.code.gson:gson:2.8.2' }