Bump dagger-compiler from 2.14.1 to 2.23.1 (#1339)

Bumps [dagger-compiler](https://github.com/google/dagger) from 2.14.1 to 2.23.1.
- [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.14.1...dagger-2.23.1)
This commit is contained in:
dependabot-preview[bot] 2019-06-10 09:24:43 +02:00 committed by Simon Frei
parent 0165a074a2
commit 39927763c0
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.23.1'
annotationProcessor "com.google.dagger:dagger-compiler:2.14.1"
annotationProcessor "com.google.dagger:dagger-compiler:2.23.1"
androidTestImplementation 'com.android.support.test:rules:1.0.2'
androidTestImplementation 'com.android.support:support-annotations:28.0.0'
}