diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-07 10:38:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 10:38:53 +0530 |
commit | 1f00619be5e295b4cd96f62d7beca50045713cd6 (patch) | |
tree | 948e15c435ed42c5e1e91836cdaf23e0a1da8fb3 /gradle/libs.versions.toml | |
parent | dcaa04ff9ad83a64e8e9ee2999b60e3bad658695 (diff) |
build(deps): bump hilt-android from 2.40.4 to 2.40.5 (#1573)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 822aa2a8..98d9b3b0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,7 +68,7 @@ kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-te build-download = "de.undercouch:gradle-download-task:4.1.2" -build-hilt = "com.google.dagger:hilt-android-gradle-plugin:2.40.4" +build-hilt = "com.google.dagger:hilt-android-gradle-plugin:2.40.5" 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" } |