mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 05:41:15 +00:00
Bump com.google.dagger:dagger from 2.49 to 2.51
Bumps [com.google.dagger:dagger](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 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
4600f1491f
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ dependencies {
|
|||
implementation("com.google.zxing:core:3.4.1")
|
||||
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.0.4")
|
||||
implementation("com.google.dagger:dagger:2.49")
|
||||
annotationProcessor("com.google.dagger:dagger-compiler:2.49")
|
||||
implementation("com.google.dagger:dagger:2.51")
|
||||
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