Upgrade hilt to 2.43
hilt 2.42 -> 2.43
This commit is contained in:
parent
ec6366508b
commit
a01c92d89c
2 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ dependencies {
|
|||
kapt("com.github.bumptech.glide:compiler:$glideVersion")
|
||||
|
||||
// Hilt
|
||||
val hiltVersion = "2.42"
|
||||
val hiltVersion = "2.43"
|
||||
implementation("com.google.dagger:hilt-android:$hiltVersion")
|
||||
kapt("com.google.dagger:hilt-compiler:$hiltVersion")
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ buildscript {
|
|||
val navVersion = "2.5.0"
|
||||
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:$navVersion")
|
||||
|
||||
val hiltVersion = "2.42"
|
||||
val hiltVersion = "2.43"
|
||||
classpath("com.google.dagger:hilt-android-gradle-plugin:$hiltVersion")
|
||||
|
||||
val aboutLibrariesVersion = "10.3.1"
|
||||
|
|
Loading…
Reference in a new issue