Bump hilt to 2.51.1 release

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-04-04 11:34:44 +05:30
parent 678940c412
commit c72c3fa11d
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ dependencies {
implementation("androidx.work:work-runtime-ktx:2.9.0")
//Hilt
val hiltVersion = "2.51"
val hiltVersion = "2.51.1"
ksp("com.google.dagger:hilt-android-compiler:$hiltVersion")
implementation("com.google.dagger:hilt-android:$hiltVersion")