mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03:00
Bump daggerVersion from 2.38 to 2.38.1
Bumps `daggerVersion` from 2.38 to 2.38.1. Updates `dagger` from 2.38 to 2.38.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.38...dagger-2.38.1) Updates `dagger-compiler` from 2.38 to 2.38.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.38...dagger-2.38.1) --- updated-dependencies: - dependency-name: com.google.dagger:dagger dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger:dagger-compiler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1ee18ac126
commit
38d097774a
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ android {
|
|||
ext {
|
||||
butterknifeVersion = "10.2.3"
|
||||
coilKtVersion = "1.3.1"
|
||||
daggerVersion = "2.38"
|
||||
daggerVersion = "2.38.1"
|
||||
okhttpVersion = "4.9.1"
|
||||
materialDialogsVersion = "3.3.0"
|
||||
parcelerVersion = "1.1.13"
|
||||
|
|
Loading…
Reference in a new issue