mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
Bump dagger from 2.26 to 2.27 (#1485)
Bumps [dagger](https://github.com/google/dagger) from 2.26 to 2.27. - [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.26...dagger-2.27) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
e59326ffce
commit
2e96af657b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ 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.26'
|
implementation 'com.google.dagger:dagger:2.27'
|
||||||
annotationProcessor "com.google.dagger:dagger-compiler:2.26"
|
annotationProcessor "com.google.dagger:dagger-compiler:2.26"
|
||||||
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