1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00

Bump dagger

This commit is contained in:
Simon Frei 2020-01-08 14:40:57 +01:00
parent 83e987ebe8
commit a5ad4db734
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -12,7 +12,7 @@ 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.2'
implementation 'com.google.dagger:dagger:2.25.4'
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'