|
@@ -56,6 +56,7 @@ configurations {
|
|
|
|
|
|
ext {
|
|
|
jacocoVersion = "0.8.2"
|
|
|
+ daggerVersion = "2.24"
|
|
|
androidLibraryVersion = "master-SNAPSHOT"
|
|
|
|
|
|
travisBuild = System.getenv("TRAVIS") == "true"
|
|
@@ -285,11 +286,11 @@ dependencies {
|
|
|
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.9.0'
|
|
|
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.6'
|
|
|
|
|
|
- implementation 'com.google.dagger:dagger:2.23.2'
|
|
|
- implementation 'com.google.dagger:dagger-android:2.23.2'
|
|
|
- implementation 'com.google.dagger:dagger-android-support:2.23.2'
|
|
|
- kapt 'com.google.dagger:dagger-compiler:2.23.2'
|
|
|
- kapt 'com.google.dagger:dagger-android-processor:2.23.2'
|
|
|
+ implementation "com.google.dagger:dagger:$daggerVersion"
|
|
|
+ implementation "com.google.dagger:dagger-android:$daggerVersion"
|
|
|
+ implementation "com.google.dagger:dagger-android-support:$daggerVersion"
|
|
|
+ kapt "com.google.dagger:dagger-compiler:$daggerVersion"
|
|
|
+ kapt "com.google.dagger:dagger-android-processor:$daggerVersion"
|
|
|
|
|
|
compileOnly "org.projectlombok:lombok:1.18.8"
|
|
|
annotationProcessor "org.projectlombok:lombok:1.18.8"
|