Bump dagger-compiler from 2.25.2 to 2.25.4 (#1459)

Bumps [dagger-compiler](https://github.com/google/dagger) from 2.25.2 to 2.25.4.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.25.2...dagger-2.25.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-08 14:46:41 +01:00 committed by Simon Frei
parent a5ad4db734
commit 9719888f67
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ dependencies {
implementation 'com.android.volley:volley:1.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.google.dagger:dagger:2.25.4'
annotationProcessor "com.google.dagger:dagger-compiler:2.25.2"
annotationProcessor "com.google.dagger:dagger-compiler:2.25.4"
androidTestImplementation 'com.android.support.test:rules:1.0.2'
androidTestImplementation 'com.android.support:support-annotations:28.0.0'
}