Upgrade Dagger to latest version

This commit is contained in:
Torsten Grote
2018-10-31 15:52:50 -03:00
parent cf616905d6
commit 3a15e47ddd
14 changed files with 90 additions and 36 deletions

View File

@@ -7,7 +7,7 @@ apply plugin: 'witness'
apply from: 'witness.gradle'
dependencies {
implementation "com.google.dagger:dagger:2.0.2"
implementation "com.google.dagger:dagger:2.19"
implementation 'com.google.code.findbugs:jsr305:3.0.2'
testImplementation 'junit:junit:4.12'