From e04e977f32fcb61c8ea358a9e9924bf7282d8505 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Tue, 16 Aug 2016 16:08:40 -0500 Subject: [PATCH] Fix test compile --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 548c1ca47..2bb536180 100644 --- a/build.gradle +++ b/build.gradle @@ -146,6 +146,8 @@ dependencies { amazonCompile "com.google.android.gms:play-services-analytics:${GPS_VERSION}" + androidTestAnnotationProcessor "com.google.dagger:dagger-compiler:${DAGGER_VERSION}" + androidTestAnnotationProcessor "com.jakewharton:butterknife-compiler:${BUTTERKNIFE_VERSION}" androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2' androidTestCompile 'com.natpryce:make-it-easy:4.0.0' }