1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-02-02 15:21:36 +00:00

Bump dagger from 2.25.4 to 2.26 (#1474)

This commit is contained in:
Simon Frei 2020-02-04 08:35:33 +01:00 committed by GitHub
parent ba0d8fad45
commit dae8392de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.25.4'
annotationProcessor "com.google.dagger:dagger-compiler:2.25.4"
implementation 'com.google.dagger:dagger:2.26'
annotationProcessor "com.google.dagger:dagger-compiler:2.26"
androidTestImplementation 'com.android.support.test:rules:1.0.2'
androidTestImplementation 'com.android.support:support-annotations:28.0.0'
}