Skip to content

Commit

Permalink
Update dependency androidx.hilt:hilt-compiler to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent 911bb6f commit 05e35dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation("com.google.dagger:hilt-android:2.50")
ksp("com.google.dagger:hilt-compiler:2.50")
implementation("androidx.hilt:hilt-common:1.1.0")
ksp("androidx.hilt:hilt-compiler:1.1.0")
ksp("androidx.hilt:hilt-compiler:1.2.0")

//Miscellaneous
implementation("androidx.core:core-ktx:1.12.0")
Expand Down

0 comments on commit 05e35dc

Please sign in to comment.