Fix Dagger setup, remove android-apt plugin.

This commit is contained in:
akwizgran
2017-11-15 14:13:57 +00:00
parent 2a43e0b0ed
commit 98e2adf794
9 changed files with 30 additions and 25 deletions

View File

@@ -30,6 +30,8 @@ dependencies {
compile 'com.github.bumptech.glide:glide:3.8.0'
compile 'uk.co.samuelwall:material-tap-target-prompt:1.9.2'
annotationProcessor 'com.google.dagger:dagger-compiler:2.0.2'
provided 'javax.annotation:jsr250-api:1.0'
testCompile project(path: ':bramble-core', configuration: 'testOutput')