diff --git a/app/build.gradle b/app/build.gradle index ddd6cf2125048a6855eabf3e7704f572ae53d572..32f2f4126e6ddfb563d87f5939f012842d8f01d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,6 @@ dependencies { //view annotationProcessor(rootProject.ext.dependencies["butterknife-compiler"]) { exclude module: 'support-annotations' - exclude module: 'butterknife-annotations' } compile rootProject.ext.dependencies["paginate"] //arms diff --git a/arms/build.gradle b/arms/build.gradle index c94e605720a7cbd6c8b5df841b7c90779981a07e..639913147f0abd528add6f1466e12e54a30314e4 100644 --- a/arms/build.gradle +++ b/arms/build.gradle @@ -114,9 +114,7 @@ dependencies { //tools provided rootProject.ext.dependencies["javax.annotation"] compile rootProject.ext.dependencies["dagger2"] - annotationProcessor(rootProject.ext.dependencies["dagger2-compiler"]) { - exclude module: 'dagger' - } + annotationProcessor rootProject.ext.dependencies["dagger2-compiler"] compile rootProject.ext.dependencies["androideventbus"] compile rootProject.ext.dependencies["gson"]