Upgrade hilt to 2.43.2

hilt 2.43.1 -> 2.43.2
This commit is contained in:
Jarne Demeulemeester 2022-08-05 11:03:06 +02:00
parent 00a513aa90
commit 9fe014f09f
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@ dependencies {
kapt("com.github.bumptech.glide:compiler:$glideVersion")
// Hilt
val hiltVersion = "2.43.1"
val hiltVersion = "2.43.2"
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.1"
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")
val aboutLibrariesVersion = "10.3.1"