1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

Bump dagger from 2.14.1 to 2.23.1 (#1335)

Bumps [dagger](https://github.com/google/dagger) from 2.14.1 to 2.23.1.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.14.1...dagger-2.23.1)
This commit is contained in:
dependabot-preview[bot] 2019-06-09 23:13:26 +01:00 committed by Audrius Butkevicius
parent ff7fc29ac1
commit eaaaa2ce95

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.14.1'
implementation 'com.google.dagger:dagger:2.23.1'
annotationProcessor "com.google.dagger:dagger-compiler:2.14.1"
androidTestImplementation 'com.android.support.test:rules:1.0.2'
androidTestImplementation 'com.android.support:support-annotations:28.0.0'