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
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-30 01:50:20 +0300
committerGitHub <noreply@github.com>2021-04-30 01:50:20 +0300
commit49d18470ce182785586d95abaf051da4185b8e35 (patch)
treebeb0aa31a8e4072e433afdace3bfead0c3f0bc9c /app/build.gradle
parentf7761cdc1084bbc0ef02f67791ed931b686a2d85 (diff)
Bump daggerVersion from 2.34.1 to 2.35.1
Bumps `daggerVersion` from 2.34.1 to 2.35.1. Updates `dagger` from 2.34.1 to 2.35.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.34.1...dagger-2.35.1) Updates `dagger-compiler` from 2.34.1 to 2.35.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.34.1...dagger-2.35.1) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index bd44ce9ac..8915980c5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -153,7 +153,7 @@ android {
ext {
butterknifeVersion = "10.2.3"
coilKtVersion = "1.2.1"
- daggerVersion = "2.34.1"
+ daggerVersion = "2.35.1"
okhttpVersion = "3.14.2"
materialDialogsVersion = "3.3.0"
parcelerVersion = "1.1.13"