mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 04:11:14 +00:00
Bump com.google.dagger:dagger-compiler from 2.49 to 2.51
Bumps [com.google.dagger:dagger-compiler](https://github.com/google/dagger) from 2.49 to 2.51. - [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.49...dagger-2.51) --- updated-dependencies: - dependency-name: com.google.dagger:dagger-compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e7ab8f50d6
commit
57a1b037ca
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ dependencies {
|
|||
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.0.4")
|
||||
implementation("com.google.dagger:dagger:2.49")
|
||||
annotationProcessor("com.google.dagger:dagger-compiler:2.49")
|
||||
annotationProcessor("com.google.dagger:dagger-compiler:2.51")
|
||||
androidTestImplementation("androidx.test:rules:1.4.0")
|
||||
androidTestImplementation("androidx.annotation:annotation:1.2.0")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue