mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-09 19:53:33 +00:00
Bump dagger and dagger-compiler from 2.23.1 to 2.24
This commit is contained in:
parent
d0510be9fa
commit
bf4f3db717
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ dependencies {
|
||||||
implementation 'com.annimon:stream:1.2.1'
|
implementation 'com.annimon:stream:1.2.1'
|
||||||
implementation 'com.android.volley:volley:1.1.1'
|
implementation 'com.android.volley:volley:1.1.1'
|
||||||
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
||||||
implementation 'com.google.dagger:dagger:2.23.1'
|
implementation 'com.google.dagger:dagger:2.24'
|
||||||
annotationProcessor "com.google.dagger:dagger-compiler:2.23.1"
|
annotationProcessor "com.google.dagger:dagger-compiler:2.24"
|
||||||
androidTestImplementation 'com.android.support.test:rules:1.0.2'
|
androidTestImplementation 'com.android.support.test:rules:1.0.2'
|
||||||
androidTestImplementation 'com.android.support:support-annotations:28.0.0'
|
androidTestImplementation 'com.android.support:support-annotations:28.0.0'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue