From 8d820ebacfd61fa39923a2688821c0fd1d5f568b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:17:38 +0000 Subject: [PATCH] Bump dagger_version from 2.24 to 2.25 Bumps `dagger_version` from 2.24 to 2.25. Updates `dagger-android-processor` from 2.24 to 2.25 - [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) Updates `dagger-android-support` from 2.24 to 2.25 - [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) Updates `dagger` from 2.24 to 2.25 - [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) Updates `dagger-compiler` from 2.24 to 2.25 - [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) 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..81f550e 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" coroutines= "1.3.2" lifecycle_version="2.1.0" anko_version='0.10.8'