Upgrade hilt to 2.44

hilt 2.43.3 -> 2.44
This commit is contained in:
Jarne Demeulemeester 2022-09-24 15:22:20 +02:00
parent 0b3564401e
commit 2c3e78bb4b
No known key found for this signature in database
GPG key ID: 65C6006F2032DD14
2 changed files with 2 additions and 2 deletions

View file

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

View file

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