build(deps): bump hilt from 2.40.1 to 2.40.3 (#1557)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-01 04:07:03 +00:00 committed by GitHub
parent cbff738bd5
commit 192fd11c45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ dependencies {
val composeSnapshot = "-"
val coroutines = "1.5.2"
val flowbinding = "1.2.0"
val hilt = "2.40.1"
val hilt = "2.40.3"
val kotlin = "1.5.31"
val lifecycle = "2.4.0"

View file

@ -6,7 +6,7 @@ compose = "1.1.0-beta02"
composeSnapshot = "-"
coroutines = "1.5.2"
flowbinding = "1.2.0"
hilt = "2.40.1"
hilt = "2.40.3"
kotlin = "1.5.31"
lifecycle = "2.4.0"
@ -70,7 +70,7 @@ build-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.5.31"
build-download = "de.undercouch:gradle-download-task:4.1.2"
build-hilt = "com.google.dagger:hilt-android-gradle-plugin:2.40.1"
build-hilt = "com.google.dagger:hilt-android-gradle-plugin:2.40.3"
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" }