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>
This commit is contained in:
parent
dcaa04ff9a
commit
1f00619be5
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ dependencies {
|
||||||
dependencySync("com.android.tools.build:gradle:7.0.3")
|
dependencySync("com.android.tools.build:gradle:7.0.3")
|
||||||
dependencySync("org.jetbrains.kotlinx:binary-compatibility-validator:0.8.0")
|
dependencySync("org.jetbrains.kotlinx:binary-compatibility-validator:0.8.0")
|
||||||
dependencySync("de.undercouch:gradle-download-task:4.1.2")
|
dependencySync("de.undercouch:gradle-download-task:4.1.2")
|
||||||
dependencySync("com.google.dagger:hilt-android-gradle-plugin:2.40.4")
|
dependencySync("com.google.dagger:hilt-android-gradle-plugin:2.40.5")
|
||||||
dependencySync("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0")
|
dependencySync("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0")
|
||||||
dependencySync("com.squareup.okhttp3:okhttp:4.9.3")
|
dependencySync("com.squareup.okhttp3:okhttp:4.9.3")
|
||||||
dependencySync("com.vdurmont:semver4j:3.1.0")
|
dependencySync("com.vdurmont:semver4j:3.1.0")
|
||||||
|
|
|
@ -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-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-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
|
||||||
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", 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" }
|
dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" }
|
||||||
|
|
Loading…
Reference in a new issue