Skip to content

Commit c4b3a34

Browse files
Update dagger to 2.15
1 parent 4adff5a commit c4b3a34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies {
2626
testImplementation 'junit:junit:4.12'
2727
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
2828

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'
29+
implementation 'com.google.dagger:dagger:2.15'
30+
annotationProcessor 'com.google.dagger:dagger-compiler:2.15'
31+
annotationProcessor 'com.google.dagger:dagger-android-processor:2.15'
32+
implementation 'com.google.dagger:dagger-android-support:2.15'
3333
}

0 commit comments

Comments
 (0)