mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-23 18:35:54 +00:00
Bump dagger-compiler from 2.25.2 to 2.25.4 (#1459)
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.25.2 to 2.25.4. - [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.25.2...dagger-2.25.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
a5ad4db734
commit
9719888f67
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ dependencies {
|
||||||
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.25.4'
|
implementation 'com.google.dagger:dagger:2.25.4'
|
||||||
annotationProcessor "com.google.dagger:dagger-compiler:2.25.2"
|
annotationProcessor "com.google.dagger:dagger-compiler:2.25.4"
|
||||||
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