Skip to content

Commit

Permalink
Update dependency androidx.hilt:hilt-common to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 7, 2024
1 parent 00a6541 commit 89eb7e2
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 @@ -71,7 +71,7 @@ dependencies {
//Dagger hilt
implementation("com.google.dagger:hilt-android:2.50")
ksp("com.google.dagger:hilt-compiler:2.50")
implementation("androidx.hilt:hilt-common:1.1.0")
implementation("androidx.hilt:hilt-common:1.2.0")
ksp("androidx.hilt:hilt-compiler:1.1.0")

//Miscellaneous
Expand Down

0 comments on commit 89eb7e2

Please sign in to comment.