Upgrade hilt to 2.43

hilt 2.42 -> 2.43
This commit is contained in:
Jarne Demeulemeester 2022-07-22 17:06:52 +02:00
parent ec6366508b
commit a01c92d89c
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2
2 changed files with 2 additions and 2 deletions

View file

@ -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")

View file

@ -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"