We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adff5a commit c4b3a34Copy full SHA for c4b3a34
app/build.gradle
@@ -26,8 +26,8 @@ dependencies {
26
testImplementation 'junit:junit:4.12'
27
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
28
29
- implementation 'com.google.dagger:dagger:2.13'
30
- annotationProcessor 'com.google.dagger:dagger-compiler:2.13'
31
- annotationProcessor 'com.google.dagger:dagger-android-processor:2.13'
32
- implementation 'com.google.dagger:dagger-android-support:2.13'
+ implementation 'com.google.dagger:dagger:2.15'
+ annotationProcessor 'com.google.dagger:dagger-compiler:2.15'
+ annotationProcessor 'com.google.dagger:dagger-android-processor:2.15'
+ implementation 'com.google.dagger:dagger-android-support:2.15'
33
}
0 commit comments