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

@@ -19,7 +19,7 @@ dependencies {
tor 'org.briarproject:tor:0.3.4.8@zip'
tor 'org.briarproject:obfs4proxy:0.0.7@zip'
apt 'com.google.dagger:dagger-compiler:2.0.2'
apt 'com.google.dagger:dagger-compiler:2.19'
testImplementation project(path: ':bramble-api', configuration: 'testOutput')
testImplementation project(path: ':bramble-core', configuration: 'testOutput')
@@ -30,7 +30,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'
}
def torBinariesDir = 'src/main/resources'