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