Bump daggerVersion from 2.35.1 to 2.36 (#933)

Bumps `daggerVersion` from 2.35.1 to 2.36.

Updates `dagger` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36)

Updates `dagger-compiler` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-05-26 06:47:10 -05:00
committed by GitHub
parent 7fac86b617
commit 55b841a8b4
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ android {
}
dependencies {
val daggerVersion = "2.35.1"
val daggerVersion = "2.36"
val kotlinVersion = "1.5.0"
val kxCoroutinesVersion = "1.4.2"
val ktorVersion = "1.5.4"