From 6353f53146e15e978739926c881c0a447c506cd3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 23:16:13 +0000 Subject: [PATCH] Bump dagger_version from 2.24 to 2.25.2 Bumps `dagger_version` from 2.24 to 2.25.2. Updates `dagger-android-processor` from 2.24 to 2.25.2 - [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.24...dagger-2.25.2) Updates `dagger-android-support` from 2.24 to 2.25.2 - [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.24...dagger-2.25.2) Updates `dagger` from 2.24 to 2.25.2 - [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.24...dagger-2.25.2) Updates `dagger-compiler` from 2.24 to 2.25.2 - [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.24...dagger-2.25.2) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8a3e8b6..4d4b41b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ ext { support_version = "28.0.0" constraint_layout = "1.1.3" databinding = "3.3.0" - dagger_version = "2.24" + dagger_version = "2.25.2" coroutines= "1.3.2" lifecycle_version="2.1.0" anko_version='0.10.8'