Skip to content

Commit

Permalink
fix(deps): update hilt to v2.55
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent e1bc78f commit 32de199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ dependencies {

implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")

val hiltVersion = "2.54"
val hiltVersion = "2.55"
implementation("com.google.dagger:hilt-android:$hiltVersion")
ksp("com.google.dagger:hilt-compiler:$hiltVersion")
implementation("androidx.hilt:hilt-navigation-compose:1.2.0")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0"
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.0" apply false
id("com.google.devtools.ksp") version "2.1.0-1.0.29" apply false
id("com.google.dagger.hilt.android") version "2.54" apply false
id("com.google.dagger.hilt.android") version "2.55" apply false
id("app.cash.licensee") version "1.12.0" apply false
id("com.diffplug.spotless") version "7.0.1" apply false
id("org.gradle.android.cache-fix") version "3.0.1" apply false
Expand Down

0 comments on commit 32de199

Please sign in to comment.