mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 06:25:40 +03:00
Build(deps): Bump daggerVersion from 2.46.1 to 2.47
Bumps `daggerVersion` from 2.46.1 to 2.47. Updates `com.google.dagger:dagger` from 2.46.1 to 2.47 - [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.46.1...dagger-2.47) Updates `com.google.dagger:dagger-compiler` from 2.46.1 to 2.47 - [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.46.1...dagger-2.47) --- updated-dependencies: - dependency-name: com.google.dagger:dagger dependency-type: direct:production update-type: version-update:semver-minor - 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
7111923373
commit
0e781290fa
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ android {
|
|||
ext {
|
||||
androidxCameraVersion = "1.2.3"
|
||||
coilKtVersion = "2.4.0"
|
||||
daggerVersion = "2.46.1"
|
||||
daggerVersion = "2.47"
|
||||
emojiVersion = "1.3.0"
|
||||
lifecycleVersion = '2.6.1'
|
||||
okhttpVersion = "4.11.0"
|
||||
|
|
Loading…
Reference in a new issue