Bump dagger

This commit is contained in:
Andy Scherzinger 2019-06-20 15:29:13 +02:00 committed by GitHub
parent 65d1321101
commit 8169f31231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -286,10 +286,10 @@ dependencies {
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.1'
implementation 'com.google.dagger:dagger-android-support:2.23.1'
kapt 'com.google.dagger:dagger-compiler:2.23.1'
kapt 'com.google.dagger:dagger-android-processor:2.23.1'
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'
compileOnly "org.projectlombok:lombok:1.18.8"
annotationProcessor "org.projectlombok:lombok:1.18.8"