Updating dagger

This commit is contained in:
anthony restaino 2017-06-01 22:16:45 -04:00
parent 7485bc35e7
commit 1532351775

View File

@ -76,7 +76,7 @@ dependencies {
compile 'org.jsoup:jsoup:1.10.2'
// dependency injection
def daggerVersion = '2.10'
def daggerVersion = '2.11'
compile "com.google.dagger:dagger:$daggerVersion"
annotationProcessor "com.google.dagger:dagger-compiler:$daggerVersion"
provided 'javax.annotation:jsr250-api:1.0'