Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-26 10:55:18 +0300
committerGitHub <noreply@github.com>2022-09-26 10:55:18 +0300
commitbe0db333ff9f676996b8d2904bb8f7203016a641 (patch)
treefbb2d687a11912ec2a6144cb402023c4ccad0717 /app
parent260f51ad779252f6265af69f1a28a316d74d8977 (diff)
Bump daggerVersion from 2.43.2 to 2.44
Bumps `daggerVersion` from 2.43.2 to 2.44. Updates `dagger` from 2.43.2 to 2.44 - [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.43.2...dagger-2.44) Updates `dagger-compiler` from 2.43.2 to 2.44 - [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.43.2...dagger-2.44) --- 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>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6c502b0a5..5cb2e675a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -162,7 +162,7 @@ android {
ext {
androidxCameraVersion = "1.1.0"
coilKtVersion = "2.2.1"
- daggerVersion = "2.43.2"
+ daggerVersion = "2.44"
lifecycleVersion = '2.5.1'
okhttpVersion = "4.10.0"
materialDialogsVersion = "3.3.0"