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

@@ -15,7 +15,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'org.jsoup:jsoup:1.11.3'
apt 'com.google.dagger:dagger-compiler:2.0.2'
apt 'com.google.dagger:dagger-compiler:2.19'
testImplementation project(path: ':bramble-core', configuration: 'default')
testImplementation project(path: ':bramble-core', configuration: 'testOutput')
@@ -28,7 +28,7 @@ dependencies {
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testApt 'com.google.dagger:dagger-compiler:2.0.2'
testApt 'com.google.dagger:dagger-compiler:2.19'
signature 'org.codehaus.mojo.signature:java16:1.1@signature'
}