Update dagger to 0.25.2 (#1433)

This commit is contained in:
Simon Frei 2019-10-24 08:18:20 +02:00 committed by GitHub
parent 6225ae18f5
commit 6c87f2fb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ dependencies {
implementation 'com.annimon:stream:1.2.1'
implementation 'com.android.volley:volley:1.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.google.dagger:dagger:2.24'
annotationProcessor "com.google.dagger:dagger-compiler:2.24"
implementation 'com.google.dagger:dagger:2.25.2'
annotationProcessor "com.google.dagger:dagger-compiler:2.25.2"
androidTestImplementation 'com.android.support.test:rules:1.0.2'
androidTestImplementation 'com.android.support:support-annotations:28.0.0'
}