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